Errors starting up?

I just downloaded to coolstack tools for Solaris x86, installed just fine, then I tried to start up mysql and the apache and I get the following library errors....

Apache

prod_web# ./apachectl start

ld.so.1: httpd: fatal: libgcc_s.so.1: open failed: No such file or directory Killed

MySQL

prod_web# /usr/local/mysql/bin/mysql_install_db

Installing all prepared tables

ld.so.1: mysqld: fatal: libstdc++.so.6: open failed: No such file or directory

/usr/local/mysql/bin/mysql_install_db[218]: 6853 Killed

Broken Pipe Installation of system tables failed!

I found the libgcc particularly intersting as I thought everything was against the Sun Studio...

Anyways, any ideas what additional pkg's I need to install into my zone to support the coolstack software? I always run my servers with minimal software.

Thanks!

[891 byte] By [AnthonyCa] at [2007-11-26 19:33:18]
# 1

Do you /usr/sfw installed on your system ?

libgcc_s.so.1 is in /usr/sfw/lib.

Go to /usr/local/apache2/bin and type 'ldd httpd'.

If you find undefined libraries, you know these are the ones that are missing on your system.

/usr/sfw is a pre-requisite for running apache and comes with base Solaris.

Ditto for libstdc++

Shanti

shantiSa at 2007-7-9 22:05:32 > top of Java-index,Open Source Technologies,OpenSPARC...