some issue with fresh install on redhat 6.2

423 views
Skip to first unread message

stephane

unread,
Apr 15, 2013, 8:18:19 AM4/15/13
to dim...@googlegroups.com
hello all

i have some troubles just after installing dimstat 9.0 on redhat 6.2.
Here is the error message when i try to start the admin server:

[root@dimstat ADMIN]# ./dim_STAT-Server start
/opt/WebX/bin/WebX.mySQL: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory


Howether, the library is there:
[root@dimstat ADMIN]# find / -name libz.so.1
/lib64/libz.so.1

Any idea?

Thank you
Stephane

stephane

unread,
Apr 15, 2013, 8:38:28 AM4/15/13
to dim...@googlegroups.com
Some update about this issue:
after setting up the LD_LIBRARY_PATH, i have the following error:
[root@dimstat ADMIN]# ./dim_STAT-Server start
/opt/WebX/bin/WebX.mySQL: error while loading shared libraries: libz.so.1: wrong ELF class: ELFCLASS64

After installing the zlib for i686 (i had only the x86_64 installed ont my server), it is working fine.

See you

Dimitri

unread,
Apr 15, 2013, 11:52:56 AM4/15/13
to dim...@googlegroups.com
Hi Stephane,

this is a known issue on all Linux distros which are now not shipping
anymore 32bit libs within 64bit installations..

BTW, the list of missed libs is not stopping on libz.i686 only.. -
you'll also need at least:
- libncurses
- libX11
- libssl
- libcrypto
- libpng12
- libjpeg
- ...

and maybe some other ;-)

to know exactly what is missing just use "ldd" :
$ ldd /apps/mysql/bin/mysqld
$ ldd /apps/mysql/bin/mysql
$ ldd /opt/WebX/bin/WebX
$ ldd /opt/WebX/bin/WebX.mySQL
$ ldd /opt/WebX/bin/pl
$ ldd /apps/htmldoc/bin/htmldoc

the last one is for PDF conversion (in Report Tool) - if you don't use
it, then don't spend your time on it.

Rgds,
-Dimitri
> --
> You received this message because you are subscribed to the Google Groups
> "dim_STAT" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dimstat+u...@googlegroups.com.
> To post to this group, send email to dim...@googlegroups.com.
> Visit this group at http://groups.google.com/group/dimstat?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

stephane

unread,
Apr 15, 2013, 12:00:11 PM4/15/13
to dim...@googlegroups.com
Thanks Dimitry

Indeed, it wasn't the only one missing.

I ve got another probleme to see png graph but i dig a lillte bit in the google group and found the solution (no libX11 installed)

See you






Reply all
Reply to author
Forward
0 new messages