Operating System - HP-UX
1835104 Members
2434 Online
110076 Solutions
New Discussion

Re: apache+php -> Analysis Phase: openssl.openssl-SHLIBS

 
SOLVED
Go to solution
Yogeeraj_1
Honored Contributor

apache+php -> Analysis Phase: openssl.openssl-SHLIBS

Dear experts,

I am currently trying to install "Apache web server with PHP support" downloaded from:
http://hpux.cs.utah.edu/hppd/hpux/Networking/WWW/apache+php-1327.430/

I have already installed all the Run-time dependencies: db expat freetype gd gettext jpeg libiconv libpng mysql ncurses openssl perl xpm zlib

as well other dependencies down in the tree.

Now when i am installing the depot, the Analysis Phase is looking for: openssl.openssl-SHLIBS

But, openssl is already installed!!
root #swlist |grep open
openssl 0.9.7c openssl
root #


How should i proceed further?

Your guidances will be most appreciated.
Thank you in advance for your replies.

best regards
Yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
7 REPLIES 7
Denver Osborn
Honored Contributor

Re: apache+php -> Analysis Phase: openssl.openssl-SHLIBS

It's looking for an "openssl.openssl-SHLIBS" fileset.

# swlist -l fileset openssl

What shows up in the list?

-Denver
Denver Osborn
Honored Contributor
Solution

Re: apache+php -> Analysis Phase: openssl.openssl-SHLIBS

I've had the "apache+php" it installed on a box at home... just checked and I had openssl 9.7a... here's the swlist.

# swlist -l fileset openssl
# Initializing...
# Contacting target "hpux"...
#
# Target: hpux:/
#

# openssl 0.9.7a openssl
openssl.openssl-INC
openssl.openssl-MAN
openssl.openssl-RUN
openssl.openssl-SHLIBS
root@hpux11i /root # swlist -l file openssl.openssl-SHLIBS
# Initializing...
# Contacting target "hpux"...
#
# Target: hpux:/
#

# openssl.openssl-SHLIBS
/usr/local/lib/libcrypto.sl.0
/usr/local/lib/libcrypto.sl.0.9.7
/usr/local/lib/libssl.sl.0
/usr/local/lib/libssl.sl.0.9.7

# swlist -l file openssl.openssl-RUN |grep lib
/usr/local/lib/libcrypto.a
/usr/local/lib/libcrypto.sl
/usr/local/lib/libssl.a
/usr/local/lib/libssl.sl
/usr/local/lib/pkgconfig/openssl.pc



I think what you're seeing is that the person who packaged the openssl 9.7c simply forgot to include the SHLIB fileset in the their psf.... Those shared libs are still part of the openssl-RUN fileset... so in short, you should be fine to ignore dep errors and install it.

Hope this helps,
-denver
T G Manikandan
Honored Contributor

Re: apache+php -> Analysis Phase: openssl.openssl-SHLIBS

Did you download the product from here

http://hpux.cs.utah.edu/hppd/hpux/Languages/openssl-0.9.7c/

What version of OS you are running

Yogeeraj_1
Honored Contributor

Re: apache+php -> Analysis Phase: openssl.openssl-SHLIBS

hi,

Denver:
========
This is what i have:
#swlist -l fileset openssl
# Initializing...
# Contacting target "xxxxx"...
#
# Target: xxxxx:/
#

# openssl 0.9.7c openssl
openssl.openssl-INC
openssl.openssl-MAN
openssl.openssl-RUN


TG:
===
Yes. it was downloaded from the same url that you mentioned:

Operating System: HP-UX 11.00
Architecture: PA-RISC
Package Type: Gzipped Binary Depot
Package Size: 2.99 MB
Date Archived: 9 Nov 2003
View Contents?: No
Download: [HTTP]

And i am on:
# file /stand/vmunix
/stand/vmunix: ELF-64 executable object file - PA-RISC 2.0 (LP64)

I have already installed the product by ignoring the dependencies. please advise further.

best regards
Yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Yogeeraj_1
Honored Contributor

Re: apache+php -> Analysis Phase: openssl.openssl-SHLIBS

hi

More info.
===========================================
# swlist -l file openssl.openssl-RUN |grep lib
/usr/local/lib/libcrypto.a
/usr/local/lib/libcrypto.sl
/usr/local/lib/libssl.a
/usr/local/lib/libssl.sl
/usr/local/lib/pkgconfig/openssl.pc
===========================================
#swlist -l fileset openssl
# Initializing...
# Contacting target "xxxxx"...
#
# Target: xxxxx:/
#

# openssl 0.9.7c openssl
openssl.openssl-INC
openssl.openssl-MAN
openssl.openssl-RUN
===========================================

the files seem to be here....

How should i proceed now?

regards
yogeeraj

No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Yogeeraj_1
Honored Contributor

Re: apache+php -> Analysis Phase: openssl.openssl-SHLIBS

hi again,

Using info collected from this thread (http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=298867), i performed the following:

ln -s libcrypto.sl libcrypto.sl.0.9.7
ln -s libssl.sl libssl.sl.0.9.7
ln -s libmysqlclient.sl libmysqlclient.sl.10


And launched: ./apachectl start

Again unwilling to start!

NB. changed my port to be 8080 instead of the default 80 as i already have one running on that port!

#more error_log
[Thu Feb 5 13:01:49 2004] [alert] (22)Invalid argument: setuid: unable to change to uid: -2
[Thu Feb 5 13:01:49 2004] [alert] (22)Invalid argument: setuid: unable to change to uid: -2
[Thu Feb 5 13:01:49 2004] [alert] (22)Invalid argument: setuid: unable to change to uid: -2
[Thu Feb 5 13:01:49 2004] [alert] (22)Invalid argument: setuid: unable to change to uid: -2
[Thu Feb 5 13:01:49 2004] [alert] (22)Invalid argument: setuid: unable to change to uid: -2
[Thu Feb 5 13:01:49 2004] [notice] Apache/1.3.27 (Unix) PHP/4.3.0 configured --
resuming normal operations
[Thu Feb 5 13:01:49 2004] [notice] Accept mutex: fcntl (Default: fcntl)
[Thu Feb 5 13:01:49 2004] [alert] Child 419 returned a Fatal error...
Apache is exiting!


What could be wrong?


please help.

best regards
Yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Yogeeraj_1
Honored Contributor

Re: apache+php -> Analysis Phase: openssl.openssl-SHLIBS

hi again,

i was trying to start the http server on port 8080 using the root user.

I now switched to another user and am getting the following error messages:
=============================================
usr/local/apache+php/bin > ./apachectl start
/usr/lib/dld.sl: Unresolved symbol: jpeg_resync_to_restart (code) from /usr/loc
al/apache+php/bin/httpd
./apachectl[71]: 684 Abort
./apachectl start: httpd could not be started
=============================================

what to do now?

please help!

best regards
Yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)