Johnny Tam wrote:
How do I update/rebuild my php package on my mandrake machine?
Since all were from rpms from default installation.
How can I rebuild it with --with-sybase-ct=/usr/local/freetds
Will it mess up the RPM? Thank you.
if you really dont want to mess up with the present rpm installation, just specify the prefix parameter during configure. example:
shell> ./configure --prefix=/opt/php \
--with-sybase-ct=/usr/local/freetds*this will install php on /opt/php/ directory
Note: be sure to have all the necessary headers (dev't packages) / (sources) / libraries during the rebuild.
do you want it to be hassle free? just google for the sybase php module. but make it sure that the module is intended for your current php version. otherwise, you have to downgrade. =)
HTH
-- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
