PHP 5.2.1 on FC4 x86_64 compile note
Posted in BSD+Linux, Footprints + Diary, Server Diary | By tarotoast | Tags: code, fc4, howto, linux, php
Linking libraries from its default location
ln -s /usr/include /opt/include ln -s /usr/lib64 /opt/lib
Now configuring with new location:
./configure --prefix=/usr/local --enable-force-cgi-redirect --enable-fastcgi --with-libxml --with-zlib --with-bz2 --with-curl --with-gd --enable-mbstring --with-mysql --with-jpeg-dir=/opt --with-png-dir=/opt --with-mysql=/opt
Recent Comments