Darko wrote:
> Hello,
>
> Thanx to everybody for great help. Keep up the good work.
>
> I have a question. I am sorry for repeating some stuff here, but to be
> clearer I have to.
> I have Apache 1.3.9 under LInux redhat 5.2. Also I have jdk117_v1a since
> I could not get jdk1.1.7 anywhere. Jserv is installed as well. Now
> everything is compiling on the server, but I cant access it thru the
> browser. This is the msessage I find in my error_log file
>
> /usr/jdk117_v1a/bin/i386/native_threads/java: error in loading shared
> libraries: libXpm.so.4: cannot open shared object file: No such file or
> directory
> /usr/jdk117_v1a/bin/i386/native_threads/java: error in loading shared
> libraries: libXpm.so.4: cannot open shared object file: No such file or
> directory
>
> where do I find this file, or I guess it is not supported in jdk117_v1a.
> If not could anybody tell me where to get jdk1.1.7 in rpm format.
>
> Thanx a lot.
>
> Regards,
> Darko
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
Hello Darko,
It's very simple. It was a help to communicate the error message "error in
loading shared
libraries: libXpm.so.4: cannot open shared object file: No such file or
directory".
This file is missing : /usr/X11R6/lib/libXpm.so.4.
The name of the missing RPM archive is : xpm-3.4j-5.rpm
It should be on the RedHat CD. You just have to install this RPM archive.
You can have a look in the following file as well : /etc/ld.so.conf.
A row like "/usr/X11R6/lib" must appear.
Afterwards, simply type as root : ldconfig.
It should be ok.
(I had the same error yesterday !!!! After one hour, I have solved the
problem.)
--
[EMAIL PROTECTED]
Richard NAGY
http://www.hitsme.com/
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html