- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PHP 5.0.3 - Apache 1.3.33 - HP-UX 11.11
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2005 01:36 AM
04-29-2005 01:36 AM
Re: PHP 5.0.3 - Apache 1.3.33 - HP-UX 11.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2005 01:39 AM
04-29-2005 01:39 AM
Re: PHP 5.0.3 - Apache 1.3.33 - HP-UX 11.11
I just want to check how the things are orginized on my servers. On Sunday I'll let you know.
Sorry again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2005 01:52 AM
04-29-2005 01:52 AM
Re: PHP 5.0.3 - Apache 1.3.33 - HP-UX 11.11
thanks so much
Mauro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2005 03:35 AM
04-29-2005 03:35 AM
Re: PHP 5.0.3 - Apache 1.3.33 - HP-UX 11.11
I've installed
zlib-1.2.2
I've done a little step.
Now the
./configure --with-apache=../apache_1.3.33 --with-oracle=/oracle/ora92 --with-oci8=/oracle/ora92 --with-config-file-path=/web/apache/conf
finish.
Now I have another error in the config.log about /oracle/ora92/lib/libclntsh.sl
Now I'm trying to run make but it stops at the same error on libclntsh.sl.
good evening
Mauro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2005 03:52 AM
04-29-2005 03:52 AM
Re: PHP 5.0.3 - Apache 1.3.33 - HP-UX 11.11
--with-oracle=/oracle/ora92
and
--with-oci8=/oracle/ora92 ?
"--with-oci8=/oracle/ora92" is enough, "--with-oracle" is an old oracle interface.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2005 04:25 AM
04-29-2005 04:25 AM
Re: PHP 5.0.3 - Apache 1.3.33 - HP-UX 11.11
I've tried only oci8
but I've the same problem:
...................
/usr/ccs/bin/ld: /oracle/ora92/lib/libclntsh.sl: Mismatched ABI. 64-bit PA shared library found in 32-bit link.
...................
see config.log
THANKS
Mauro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2005 04:28 AM
04-29-2005 04:28 AM
Re: PHP 5.0.3 - Apache 1.3.33 - HP-UX 11.11
in the directory "/oracle/ora92/lib/libclntsh.sl" oracle has 64bit libraries and there should be "/oracle/ora92/lib32/libclntsh.sl" with 32bit libraries ("lib32" instead of "lib").
What do you have in SHLIB_PATH variable?
echo $SHLIB_PATH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2005 12:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 12:59 AM
05-02-2005 12:59 AM
Re: PHP 5.0.3 - Apache 1.3.33 - HP-UX 11.11
webport-/: echo $SHLIB_PATH
/usr/lib:/oracle/ora92/lib32/
I've changed the path in configure file. Infact in the older installation I had oracle 8, with lib (32 bit library) and lib64. Now I've got oracle 9 with lib32 and lib (64 bit library). So the configure file was wrong, like Ermin said. The problem about the oracle library there isn't anymore in the config.log.
thanks!
:)
Do I have to ignore the other error in the config.log -->in attchment
Now I've try to run make, and it's finished to work.
Ciao
Mauro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 01:02 AM
05-02-2005 01:02 AM
Re: PHP 5.0.3 - Apache 1.3.33 - HP-UX 11.11
Didn't have any problems because of them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 01:13 AM
05-02-2005 01:13 AM
Re: PHP 5.0.3 - Apache 1.3.33 - HP-UX 11.11
bye
Mauro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 01:24 AM
05-02-2005 01:24 AM
Re: PHP 5.0.3 - Apache 1.3.33 - HP-UX 11.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 02:06 AM
05-02-2005 02:06 AM
Re: PHP 5.0.3 - Apache 1.3.33 - HP-UX 11.11
./configure --with-apache=../apache_1.3.33 --with-oracle=/oracle/ora92 --with-oci8=/oracle/ora92 --with-config-file-path=/web/apache/conf
in attchment the output_configure.txt
thanks
Mauro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 03:42 AM
05-02-2005 03:42 AM
Re: PHP 5.0.3 - Apache 1.3.33 - HP-UX 11.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2005 10:32 PM
05-05-2005 10:32 PM
Re: PHP 5.0.3 - Apache 1.3.33 - HP-UX 11.11
I've finshed.
:)
Mauro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2005 10:46 PM
05-05-2005 10:46 PM
Re: PHP 5.0.3 - Apache 1.3.33 - HP-UX 11.11
use correct gcc to compile: 32 bit or 64 bit --> set PATH in the right way
set SHLIB_PATH in the rigth way
install libz
be careful to the different Oracle library path name:
-Oracle 8.1.7 --> lib e lib 64
-Oracle 9.2.0.6 --> lib e lib 32
Thanks
Mauro
- « Previous
-
- 1
- 2
- Next »