RE: install_driver(Pg) failed: Can"t load Pg.so
am 11.05.2006 20:48:18 von Philip.Garrett
-----Original Message-----
From: louis gonzales [mailto:gonzales@linuxlouis.net]=20
Sent: Thursday, May 11, 2006 2:36 PM
To: pgsql-admin@postgresql.org; dbi-users@perl.org
Subject: install_driver(Pg) failed: Can't load Pg.so
>=20
> OS =3D Solaris 9
> PERL v =3D 5.8.7
> postgreSQL =3D 8.0.1
>=20
> I'm getting the following error when attempting to interface through
> my web browser, immediately after supplying the login information.
>=20
>=20
> Software error:
>=20
[snip]
> fatal: libgcc_s.so.1: open failed: No such file or directory
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
You need to install libgcc.
http://www.sunfreeware.com/programlistsparc9.html#libgcc34
Philip
Re: install_driver(Pg) failed: Can"t load Pg.so
am 11.05.2006 20:51:34 von gonzales
Phillip,
Thanks for the reply. I've got
bash-2.05# pkginfo -i | grep gcc
application SMCgcc gcc
bash-2.05# pkginfo -l SMCgcc
PKGINST: SMCgcc
NAME: gcc
CATEGORY: application
ARCH: sparc
VERSION: 3.3.2
BASEDIR: /usr/local
VENDOR: Free Software Foundation
PSTAMP: Steve Christensen
INSTDATE: Feb 12 2006 23:02
EMAIL: steve@smc.vnet.net
STATUS: completely installed
FILES: 2274 installed pathnames
8 shared pathnames
6 linked files
157 directories
58 executables
780481 blocks used (approx)
and I _still_ need libgcc?
Garrett, Philip (MAN-Corporate) wrote:
>-----Original Message-----
>From: louis gonzales [mailto:gonzales@linuxlouis.net]
>Sent: Thursday, May 11, 2006 2:36 PM
>To: pgsql-admin@postgresql.org; dbi-users@perl.org
>Subject: install_driver(Pg) failed: Can't load Pg.so
>
>
>>OS = Solaris 9
>>PERL v = 5.8.7
>>postgreSQL = 8.0.1
>>
>>I'm getting the following error when attempting to interface through
>>my web browser, immediately after supplying the login information.
>>
>>
>> Software error:
>>
>>
>>
>[snip]
>
>
>>fatal: libgcc_s.so.1: open failed: No such file or directory
>>
>>
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>You need to install libgcc.
>
>http://www.sunfreeware.com/programlistsparc9.html#libgcc34
>
>Philip
>
>