What does this mean and why am I getting it? I did a yum install php-sybase-ct and it installed the .so for sybase_ct. I have not ran a configure on PHP yet (1 because I am not sure if I am supposed to, and 2, I am not sure how to). All help is appreciated.The error log wrote:PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/sybase_ct.so' - /usr/lib/php/modules/sybase_ct.so: undefined symbol: empty_string in Unknown on line 0
Extension include error notice
Moderator: General Moderators
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Extension include error notice
I just ran across this in my error logs. Can someone help out with this? I have found about 50 forum posts around the web where someone asked this question and never got a response. google doesn't want to help me right now either.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Which binary, PHP or sybase_ct? PHP came assembled with FC5. I used the sybase_ct RPM, which depended on three other RPMs. I RPMed those first, then RPMed sybase_ct.d11wtq wrote:Undefined symbol is a linker problem. The binary has been compiled badly for your system. Did this come as part of a package manager? Try compiling it manually or refreshing your package manager's database and getting a leter version (or older version if that's what it takes).
Now the question I have been waiting for the right time to ask... how do I compile PHP manually? I get the impression that if I use the --with-sybase_ct flag tduring configure I might be able to avoid using an extension, but I am not certain and the manual is not totally clear on that.
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA