You are not logged in.

Dear visitor, welcome to Palo Community Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

skr

Intermediate

  • "skr" started this thread

Posts: 5

Date of registration: Dec 14th 2006

  • Send private message

1

Thursday, December 14th 2006, 7:18pm

php_jedox_palo.so is not working with php 5.1.6 / 5.2

Hi,

I'm using the php extension, but after a server upgrade ....

Warning: dl() [function.dl]: jedox_palo: Unable to initialize module Module compiled with module API=20050922, debug=0, thread-safety=0 PHP compiled with module API=20060613, debug=0, thread-safety=0 These options need to match ...
failed to load jedox_palo


Is it possible to publish a pecl package, which can be compiled?

Thanks for your great work.

With regards
Konrad

Posts: 540

Date of registration: Oct 23rd 2006

Location: Freiburg

  • Send private message

2

Friday, December 15th 2006, 10:42am

RE: php_jedox_palo.so is not working with php 5.1.6 / 5.2

Hello skr,

Have you tried to use the Palo Source 1.0c and compile it for your needs?

Regards,
Stephanie

skr

Intermediate

  • "skr" started this thread

Posts: 5

Date of registration: Dec 14th 2006

  • Send private message

3

Monday, December 18th 2006, 9:16am

RE: php_jedox_palo.so is not working with php 5.1.6 / 5.2

Yes, but without success. I only have automake-1.6 and gcc 4.01.

ibr:~/Desktop/palo/palo_src/php_palo skr$ make
cc -shared -L/usr/local/lib -lc -rdynamic conn_wrap.o func_wrap.o php_jedox_palo.o ../libpalo/libpalo.a ../libpalo/libpalo.a -o php_jedox_palo.so
i686-apple-darwin8-gcc-4.0.1: unrecognized option '-shared'
i686-apple-darwin8-gcc-4.0.1: unrecognized option '-rdynamic'
/usr/bin/ld: archive: ../libpalo/libpalo.a has no table of contents, add one with ranlib(1) (can't load from it)
/usr/bin/ld: archive: ../libpalo/libpalo.a has no table of contents, add one with ranlib(1) (can't load from it)
collect2: ld returned 1 exit status
make: *** [php_jedox_palo.so] Error 1

Posts: 540

Date of registration: Oct 23rd 2006

Location: Freiburg

  • Send private message

4

Tuesday, December 19th 2006, 11:38am

RE: php_jedox_palo.so is not working with php 5.1.6 / 5.2

Hello Skr,

Have you tried to compile libpalo.a first and then compile it with your php extension? The libpalo.a is compiled under Linux. Which system do you use? Do other php versions really run on your system?

Regards,
Stephanie

Rate this thread