[PHP] HPUX 11 and PHP4 build - Unresolved symbol __udivdi3 (NIGTHMARE)

2003-03-20 Thread Harring Figueiredo
I am trying -- for the past day - to build php4.3.1 against apache1.3.27 as a DSO module on HPUX11 using gcc. I build everythigng and I can get apache running without the php module. Once I add the php module, I get the following errors: /usr/lib/dld.sl: Unresolved symbol: __udivdi3 (code) f

Re: [PHP] PHP static module on Apache 2.0 HPUX 11

2003-03-10 Thread Harring Figueiredo
--Bill Buxton, Alias Research Harring Figueiredo __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP static module on Apache 2.0 HPUX 11

2003-03-10 Thread Harring Figueiredo
Folks, I am trying to build Apache 2.0 /PHP (latest) on an HPUX 11. I configured both of them to handle DSO. PHP generates the .so, which later I rename to .sl and move to the modules directory and run make install successfully. After adding the LoadModule and the Addtype directive, apache giv

[PHP] Include directoive on PHP.

2003-02-06 Thread Harring Figueiredo
I would like to include some of the files ( tabel.php, etc ) from PEAR on my scripts - Do I have to hardcode the installation path ? or is there a directive that tells the preprocessor to look on the right place (Like in c)? Thanks in advance. HArring ___