1752385 Members
5849 Online
108788 Solutions
New Discussion юеВ

building PHP

 
CA1494958
New Member

building PHP

Hi,


I'm trying to build PHP 5.2.3 on HP-UX 11.11 and I'm failing during the configure step with error messages like:

/usr/ccs/bin/ld: Unsatisfied symbols:
__gcc_plt_call (Not referenced yet! Probably due to -u option)javascript:postMessageSubmit('submit');
collect2: ld returned 1 exit status

I'm using GCC 4.1.2 and the only reference of this symbol I found is in /usr/local/lib/gcc/hppa2.0w-hp-hpux11.11/4.1.2/libgcc.a


any ideas?
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: building PHP

Shalom,

Is there a reason why PHP from http://software.hp.com hpws suite will not work for you?

Make sure /usr/ccs/bin is on the SHLIB_PATH at compile time. Also make sure compile environment instructions are followed rigidly.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
CA1494958
New Member

Re: building PHP

> Is there a reason why PHP from
> http://software.hp.com hpws suite will not
> work for you?

that's because I'm missing the PHP module 'pspell'.
and originally I failed to run OCI8. but now that I downloaded the latest hpws package and run it with Oracle 8.1.6 (instead of 8.1.7 - which still coredumps) at least this works ok.