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