[Bug 240519] Re: sybase_* functions missing in php5-sybase for hardy
Paul McLanahan
pmclanahan at gmail.com
Wed Jun 18 20:20:30 BST 2008
Solution:
Ok... so I installed the php5 source package
apt-get source php5
I decided to just give the extension in ext/sybase a try before applying
any patches.
cd ext/sybase
phpize && configure && make && sudo make install
After that it was a simple matter of adding a sybase.ini file to
/etc/php5/conf.d with the contents
extension=sybase.so
I then restarted apache2 and it works :)
I'm still a bit confused as to why the php5-sybase package installs the
mssql.so module, and the php5-mssql package is a virtual for
php5-sybase. But it is working for me now, and hopefully the people who
need this info can find it here.
Thanks again for the help Ondřej and Chuck!
Paul
--
sybase_* functions missing in php5-sybase for hardy
https://bugs.launchpad.net/bugs/240519
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
More information about the Ubuntu-server-bugs
mailing list