I'm attempting to use Symfony. I've tried on both Debian 8 (jessie) and Ubuntu 16.04 servers. On both, I am told by the Symfony config that the version of ICU is too low (52 or 55). It needs to be at 59.1. I have tried everything I could find- including installed 59.1 from a tar ball instructed on another question here. Nothing I found ever changed the version. What do I need to do here to get this running?
Symfony 3 or 4 on Ubuntu 16.04 or Debian 8 (Jessie)
879 views Asked by Shevy At
1
There are 1 answers
Related Questions in PHP
- How to add the dynamic new rows from my registration form in my database?
- Issue in payment form gateway
- How to create a facet for WP gridbuilder that displays both parent and child custom fields?
- Function in anonymous Laravel Blade component
- How to change woocomerce or full wordpress currency with value from USD to AUD
- General questions about creating a custom theme Moodle CMS
- How to add logging to an abstract class in php
- error 500 on IIS FastCGI but no clue despite multiple error loggings activated
- Composer installation fails and reverts ./composer.json and ./composer.lock to original content
- How to isolate PHP apps from each other on a local machine(Windows or Linux)?
- Laravel: Using belongsToMany relationship with MongoDB
- window.location.href redirects but is causing problems on the webpage
- Key provided is shorter than 256 bits, only 64 bits provided
- Laravel's whereBetween method not working with two timestamps
- Implementing UUID as primary key in Laravel intermediate table
Related Questions in SYMFONY
- Key provided is shorter than 256 bits, only 64 bits provided
- Troubleshooting form submission in PrestaShop's hookDisplayAdminProductsExtra module
- Symfony Framework - Route cannot be found even if it is defined in Controller
- Opening modal through Update button with specified ID using ajax
- Can't revert a Loggable entity because of a Doctrine repository error
- Symfony form type option issues
- How to redirect all shopware logs (monolog) including plugins (bundles) to single target like a file or stderr
- Serialization Symfony return empty array
- scheb/2fa not detected/working on my project
- Dynamically Adding Serialization Groups to Properties in Symfony 6.4 Using Traits
- symfony No identifier/primary key specified for Entity "App\Entity\Etablissement"
- Symfony basic auth doesn't work specifically in test
- Laravel 11 upgrade with Laravel Nova v.26.4 and Symfony/finder 7
- Does Symfony need the user to be online inorder to handle messages in the messenger queue?
- How to temporary disable Xdebug for cache/container building code, but that it remains enabled for the rest of the execution?
Related Questions in UBUNTU
- Error: local variable 'bramka' referenced before assignment
- Compiling eBPF program in Docker fails due to missing '__u64' type
- Can't connect to local postgresql server from my docker container
- How to install libfuse2 on Ubuntu 22.04
- Error when trying to execute a binary compiled in a Kali Linux machine on an Ubuntu system
- Can anyoone help me with this problem while trying to install hadoop on ubuntu?
- Ubuntu wsl2 in windows, my /etc/fonts/fonts.conf keeps reloading
- psutil.sensors.temperatures() only delivers {}
- Issue with [proxy_fcgi:error] [pid 1539011] (70007)The timeout specified has expired
- Viber is not working on Ubuntu 22.04 Jammy
- why is ubuntu 18.4 still showing as a linux subsystem when i have uninstalled it?
- Why when I want to open a folder from Visual Studio Code does the screen go crazy?
- What is this error when trying to update Ubuntu?
- Angular on IONOS(?) throws an error with npm
- Tensorflow can't find TensoRT
Related Questions in ICU
- Deploy PyICU in AWS Lambda
- Python transliterator that holds the same rules as PHP one
- RStudio not opening: error while loading shared libraries libicuuc.so.57
- Installing the intl extension with docker for php takes too long
- Missing Arabic numbers when formatting date using IntlDateFormatter on PHP 8.2 and newest Alpine Linux 3.19
- How to combine icu4x word segmenter with additional dictionary
- ReferenceError: Intl is not defined
- Polyglot Dependencies Causes Trouble During Multi Stage Containerization (Python) - Docker
- How do I get `NumberFormatter` to output parentheses for negative values?
- Cross building ICU (from Conan) for Windows with Clang-CL
- Slowdown Crowdin when using ICU
- ICU binaries seem incomplete when building from source
- Wrong include directory when ICU_ROOT is defined for FindICU.cmake
- Can I query the Unicode version of an Android device programatically?
- Sorting-friendly language names with Intl.DisplayNames
Related Questions in DEBIAN-JESSIE
- docker image 7.0.13-fpm Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/main/binary-amd64/Packages
- Need PHP ldap extension on Docker Image with Apache2, PHP 5.6 and Oracle built on Debian Jessie
- Docker - Packages 404 Not Found From node:8-jessie
- Error : "failed to solve with frontend dockerfile.v0: failed to create LLB definition" when building a Docker image
- Debian 8 Jessie archive.debian.org GPG error KEYEXPIRED since 2022-11-19 (what now?)
- Can't install latest nginx version when using debian:jessie
- debian:jessie docker image does not install Nginx with HTTP/2 support
- Getting weird error when trying to install packages in Dockerfile
- How to install Debian Jessie package in Bullseye in Docker
- unable to run apt-get -f install on debian
- How to fix: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY
- GitHub Actions mkdir doesn't do anything
- Error compiling SSL module for Python3.9 on Debian8 64b
- Problems having python installed in Docker container for GUI software
- Pine script -How to write a script that detects eight similar consecutive candles
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
It's a warning only. You don't need to do anything. I've answered this question on SO multiple times. See the screenshot below, which you get when you run
php bin/symfony_requirements:As long as running the
bin/symfony_requirementsshows the green OK, then you are set, otherwise it will tell what you still need.