Unable to install MySQL on FreeBSD 12.x platform

I thought it was going to go through...

I just got the error:

configure: error: Package requirements (icu-uc >= 50.1 icu-io icu-i18n) were not met:

Package 'icu-uc', required by 'virtual:world', not found
Package 'icu-io', required by 'virtual:world', not found
Package 'icu-i18n', required by 'virtual:world', not found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables ICU_CFLAGS
and ICU_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

*** There was an error while trying to configure php. Check the configure file

I did follow the steps thoroughly
 
I just reinstalled the image yet again. I think I had been selecting ports while I was installing it.

I am going to try without that.
 
I just reinstalled the image yet again. I think I had been selecting ports while I was installing it.

I am going to try without that.
Not ports you don’t need it.

your doing great btw
 
checking whether to enable internationalization support... yes
checking for icu-uc >= 50.1 icu-io icu-i18n... no
configure: error: Package requirements (icu-uc >= 50.1 icu-io icu-i18n) were not met:

Package 'icu-uc', required by 'virtual:world', not found
Package 'icu-io', required by 'virtual:world', not found
Package 'icu-i18n', required by 'virtual:world', not found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables ICU_CFLAGS
and ICU_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

*** There was an error while trying to configure php. Check the configure file

Darn error.

I googled parts of it, and got a fix that I am testing

After a failed ./setup.sh auto

Goto the custombuild directory, and run:

./build update
./build icu

Then rerun ./setup.sh auto and it works fully

I have DirectAdmin installed on my FREEBSD!

Thanks for your help
 
Score.... So glad. I will test the ICU thing later I was on 12.1
 
It might be because my test server is hosted in germany and has language conflicting problems
 
Back
Top