[PHP] Undefined symbol ssl_onceonlyinit

2009-08-08 Thread Ebbe Hjorth
Hi, I just installed FreeBSD 7.2, Apache 2.2, php5-5.2.10 and php5-extensions 1.3, all from the freebsd ports. When i try to start apache with the imap.so extension enabled in extensions.ini, i get the error /libexec/ld-elf.so.1: /usr/local/lib/php/20060613/imap.so: Undefined symbol

Re: [PHP] Undefined symbol ssl_onceonlyinit

2009-08-08 Thread Ebbe Hjorth
Hi, Sounds like mac ports and freebsd ports i kinda the same. I tried deinstalling the extensions ports, and reinstalling it, meaning it all gets build from source once more, and it didnt help. / Ebbe 2009/8/8 Adam Randall randa...@gmail.com While I haven't used FreeBSD, the message you are

Re: [PHP] Undefined symbol ssl_onceonlyinit

2009-08-08 Thread Adam Randall
I wonder if it's downloading the imap.so as a binary instead of source (or php as a binary instead of source). But this is the reason you are getting the errors. It has to do with the shared libraries at build time not matching the shared libraries at runtime (eg the symbol in the shared library

Re: [PHP] Undefined symbol ssl_onceonlyinit

2009-08-08 Thread Ebbe Hjorth
2009/8/8 Adam Randall randa...@gmail.com I wonder if it's downloading the imap.so as a binary instead of source (or php as a binary instead of source). But this is the reason you are getting the errors. It has to do with the shared libraries at build time not matching the shared libraries at

Re: [PHP] undefined symbol: curl-global-init

2002-11-06 Thread Marek Kilimajer
Do you have libcurl intaled? Ernest E Vogelsinger wrote: Hi list, maybe someone has a simple answer to this: I am running Apache 1.3.22 with libphp4.so. Everything's fine, but when starting php from the command line I get: php: relocation error: php: undefined symbol: curl-global-init Any

Re: [PHP] undefined symbol: curl-global-init

2002-11-06 Thread Ernest E Vogelsinger
the command line I get: php: relocation error: php: undefined symbol: curl-global-init Any idea what I should try? [snip] Yes, I have (located in /usr/lib). With the apache module, as I said, PHP works, even curl calls. I'm not really a Linux guru, but I found

Re: [PHP] undefined symbol: curl-global-init

2002-11-06 Thread Marek Kilimajer
fine, but when starting php from the command line I get: php: relocation error: php: undefined symbol: curl-global-init Any idea what I should try? [snip] Yes, I have (located in /usr/lib). With the apache module, as I said, PHP works, even curl

Re: [PHP] undefined symbol: curl-global-init

2002-11-06 Thread Marek Kilimajer
Where does ldd libphp4.so point to? Ernest E Vogelsinger wrote: At 15:41 06.11.2002, Marek Kilimajer spoke out and said: [snip] Yes, I have (located in /usr/lib). With the apache module, as I said, PHP works, even curl calls. I'm not really a Linux

Re: [PHP] undefined symbol: curl-global-init

2002-11-06 Thread Ernest E Vogelsinger
At 16:25 06.11.2002, Marek Kilimajer spoke out and said: [snip] Where does ldd libphp4.so point to? [snip] Oops: # ldd libphp4.so ldd: ./libphp4.so: No such file or directory I found libphp4.so in /etc/httpd/modules

Re: [PHP] undefined symbol: curl-global-init

2002-11-06 Thread Ernest E Vogelsinger
At 16:25 06.11.2002, Marek Kilimajer spoke out and said: [snip] Where does ldd libphp4.so point to? [snip] Been too fast when hitting the reply button... # ldd /etc/http/modules/libphp4.so libdl.so.2 =

[PHP] undefined symbol: curl-global-init

2002-11-05 Thread Ernest E Vogelsinger
Hi list, maybe someone has a simple answer to this: I am running Apache 1.3.22 with libphp4.so. Everything's fine, but when starting php from the command line I get: php: relocation error: php: undefined symbol: curl-global-init Any idea what I should try? Thanks, -- O Ernest E

Re: [PHP] undefined symbol: compress during install?

2002-03-12 Thread Erik Price
On Monday, March 11, 2002, at 07:50 PM, Michael Sims wrote: bugs.php.net is extremely helpful for stuff like this, (even though strictly speaking those types of things shouldn't be submitted as bugs) and I don't think enough people out there know to check it. It's actually helped me

[PHP] undefined symbol: compress during install?

2002-03-11 Thread Erik Price
I just finished doing my re-install of PHP, updated to 4.1.2. Or so I thought... everything went smoothly, I got all the right success messages during the ./configure and make processes, and thought I was ready to go -- but as I confidently started up Apache, I was greeted with this message:

Re: [PHP] undefined symbol: compress during install?

2002-03-11 Thread Erik Price
On Monday, March 11, 2002, at 05:21 PM, Erik Price wrote: I just finished doing my re-install of PHP, updated to 4.1.2. Or so I thought... everything went smoothly, I got all the right success messages during the ./configure and make processes, and thought I was ready to go -- but as I

Re: [PHP] undefined symbol: compress during install?

2002-03-11 Thread Michael Sims
At 05:58 PM 3/11/2002 -0500, Erik Price wrote: Ho! I have just RTFG'd, which I wish I had done before posting. Looks like I have omitted the --with-zlib parameter in the ./configure of PHP. I had it last time b/c I was following a tutorial, and omitted it this time since I didn't think I

[PHP] undefined symbol: uncompress

2002-01-27 Thread David Jackson
I've seen similar question in the archive, but here it goes? Setup: Slackware-8.0, Apache-1.3.23, mysql-3.23.47-pc-linux-gnu-i686 Config options: Apache: ./configure --prefix=/usr/local/www --with-modules=most compiles and run fine. MySQl from binaires run fine into /usr/local/mysql (set

Re: [PHP] undefined symbol: uncompress

2002-01-27 Thread Miles Thompson
Add the path to libphp4.so to the file /etc/ld.conf.so and run ldconfig or copy libphp4.so to the libexec directory found beneath the main apach directory. It's most likely in the libs directory of your php source directory. The second way is probably the best. HTH - Miles Thompson On

Re: [PHP] undefined symbol: uncompress

2002-01-27 Thread Michael Sims
At 12:11 PM 1/27/2002 -0700, David Jackson wrote: I've seen similar question in the archive, but here it goes? Setup: Slackware-8.0, Apache-1.3.23, mysql-3.23.47-pc-linux-gnu-i686 [...] Config options: Syntax error on line 236 of /usr/local/www/conf/httpd.conf: Cannot load

Re: [PHP] undefined symbol: uncompress

2002-01-27 Thread David Jackson
Mike -- Thanks for you reply, I made the changes an am stilling getting the same error? On the other hand if I compile PHP with out specifing mysql home. I don't get the error. David Jackson Miles Thompson wrote: Add the path to libphp4.so to the file /etc/ld.conf.so and run ldconfig or

Re: [PHP] undefined symbol: uncompress

2002-01-27 Thread Michael Sims
At 12:50 PM 1/27/2002 -0700, David Jackson wrote: Mike -- Thanks for you reply, I made the changes an am stilling getting the same error? On the other hand if I compile PHP with out specifing mysql home. I don't get the error. Check and see which directory libmysqlclient.so is in, and make sure

Re: [PHP] undefined symbol: uncompress

2002-01-27 Thread David Jackson
Micheal -- Thanks for your replys. What I see in /usr/local/mysql/lib is: libmysqlclient.a I'm wondering if the MySQL binaaries use static libs? Thanks, David Michael Sims wrote: At 12:50 PM 1/27/2002 -0700, David Jackson wrote: Mike -- Thanks for you reply, I made the changes an am

Re: [PHP] undefined symbol: uncompress

2002-01-27 Thread Miles Thompson
Try it t wo ways ... 1. w/o the with-mysql, run a script containing phpinfo() and see what it returns. MySQL support is compiled in by default to a default location. 2. Check that the with-mysql parameter is correct. On one system I had a path that was /usr/local/mysql/bin/mysql and yes, that

[PHP] undefined Symbol PQoidValue

2001-07-30 Thread Stuart Grimshaw
I have recently upgraded PHP to the latest version, and also upgraded Postgres to the latest version. PHP worked fine after it's upgrade, but after the Postgres upgrade it is now broken. I have recompiled installed PHP, but when I try start Apache, I get the following error message: Syntax

Re: [PHP] undefined symbol: SSL_CTX_set_rsa_callback

2001-04-28 Thread Dean Hall
j2n tech [EMAIL PROTECTED] wrote in message 9cd2bn$55m$[EMAIL PROTECTED]">news:9cd2bn$55m$[EMAIL PROTECTED]... After compiling php404pl1 and Apache 1.3.12: [root@ conf]# ../bin/apachectl restart ../bin/apachectl restart: httpd not running, trying to start Syntax error on line 207 of

[PHP] undefined symbol: SSL_CTX_set_rsa_callback

2001-04-27 Thread j2n tech
After compiling php404pl1 and Apache 1.3.12: [root@ conf]# ../bin/apachectl restart ../bin/apachectl restart: httpd not running, trying to start Syntax error on line 207 of /var/www/conf/httpd.conf: Cannot load /var/www/libexec/libphp4.so into server: /var/www/libexec/libphp4.so: undefined

[PHP] undefined symbol error

2001-04-13 Thread Curtis Maurand
hello, I'm trying to compile on RedHat 6.1 (latest changes applied). I can compile with mysql support and using the apxs and it compiles fine and it runs. This works for both 3.0.16 and 4.0.4pl1. As soon as I try to compile in --with-imap. it comiles fine, but when I run it I get an

Re: [PHP] undefined symbol: xmlXPtrNewContext

2001-03-05 Thread Sebastien Roy
I'm having the exact same problem, did someone find a way to correct that problem Evething looks good when compiling, the error occured when I try to start Apache. I am using sablotron 0.51 with libxmlparse and libxmltok that came from the Sablotron RPM version 0.44 (because I could not find

[PHP] undefined symbol: xmlXPtrNewContext

2001-03-04 Thread Jack Lauman
I get the following error when I attempt to start Apache 1.3.19 (RedHad 7.0): apachectl start Syntax error on line 230 of /etc/httpd/conf/httpd.conf: Cannot load /usr/lib/apache/libphp4.so into server: /usr/lib/apache/libphp4.so: undefined symbol: xmlXPtrNewContext /usr/sbin/apachectl start:

RE: [PHP] undefined symbol (PayFlow Pro)

2001-03-02 Thread Robert Covell
(PNVersion(), 1); } Is it just a coincidence that this is bombing out as well as the undefined symbol... -Bob -Original Message- From: Robert Covell [mailto:[EMAIL PROTECTED]] Sent: Friday, March 02, 2001 7:51 AM To: [EMAIL PROTECTED] Subject: [PHP] undefined symbol (PayFlow Pro) Does anyone

[PHP] undefined symbol: __dn_expand ???

2001-02-06 Thread Jeffrey Dyer
Hey, I'm on Mandrake 7.1. I installed PHP 4.0 without any errors, using the following: ./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/local/apache/bin/apxs --with-gnu-ld make make install It seemed to go fine -- no errors during installation, however, when I try to start apache I

Re: [PHP] undefined symbol: __dn_expand ???

2001-02-06 Thread Steve Smith
On Tue, 6 Feb 2001, Jeffrey Dyer wrote: Hey, I'm on Mandrake 7.1. I installed PHP 4.0 without any errors, using the following: ./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/local/apache/bin/apxs --with-gnu-ld make make install It seemed to go fine -- no errors during