Author Topic: ICU and mycrypt?  (Read 4941 times)

Offline quwax

  • Jr. Member
  • **
  • Posts: 24
ICU and mycrypt?
« on: January 29, 2014, 08:00:56 AM »
Hello,
after installing the new version on Mac OS 10.6 Server, I get these messages from the installer:
Mcrypt:  NOT AVAILABLE(See http://www.php.net/manual/en/book.mcrypt.php) althoug I compiled php last time with mycrypt, this is one point.
Intl:  NOT AVAILABLE(See http://www.php.net/manual/en/book.intl.php) is the other one:
I tried to compile the last version of php with both ICU and mycrypt.
After I installed icu, which was installed here: /usr/local/share/icu/52.1
the compiler complains: configure: error: Unable to detect ICU prefix or /usr/bin/icu-config failed. Please verify ICU install prefix and make sure icu-config works.
when I look into the folders, there is no icu-config only a folder with that name?
What am I missing here?
thanks
quwx

Offline quwax

  • Jr. Member
  • **
  • Posts: 24
[Solved] ICU and mycrypt?
« Reply #1 on: January 30, 2014, 03:04:30 AM »
Hello,
recompiling php and adding local here: --with-icu-dir=/usr/local \ solved the problem.
The mycrypt warning magically disappeared after the update.
I still have a database problem though. Will open another thread for that.
cheers
quwx