[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [hobbit] Request for Help
- To: <hobbit (at) hswn.dk>
- Subject: RE: [hobbit] Request for Help
- From: "Snyder, Howard" <HS3082 (at) att.com>
- Date: Tue, 8 Jan 2008 14:05:04 -0500
- References: <A26E1E3491C85A4FBE2116C14E52C15C11ED6A92 (at) WWDCEXCH09.US.Cingular.Net> <43be87180801080731l498ba549xdb48ead262c32eaf (at) mail.gmail.com> <A26E1E3491C85A4FBE2116C14E52C15C11ED6A99 (at) WWDCEXCH09.US.Cingular.Net> <6C2B32F89382AF42875672B6F5BEB6820505FFFF (at) MERCMBX07.na.sas.com>
- Thread-index: AchSDHL46MmiST7FRG2+aEME4xWD+AACwKWQAAK+TIAAAbLWMA==
- Thread-topic: [hobbit] Request for Help
Galen,
Thanks using the crle command fixed the problem. I was able to run the
gmake install to completion. I'll be trying to finish and get the site
up in the am. Thanks again.
Thank you,
Howard Snyder
hs3082 (at) att.com **NOTE NEW EMAIL ADDRESS**
Network Engineer III
Network Services
404-531-5325
This email, and any attachments, is intended only for use by the
addressee(s) named herein and may contain legally privileged and/or
confidential information. It is the property of Cingular Wireless and
its Affiliates. If you are not the intended recipient of this email, you
are hereby notified that any dissemination, distribution or copying of
this email, any attachments thereto, and any use of the information
contained is strictly prohibited. If you have received this email in
error, please notify me at 404.531.5325 and permanently delete the
original and any copy thereof.
For login requests and password resets, you will need to open a request
on the "My Logins" website:
https://nslogins.edc.cingular.net/login.cfm?CFID=13246&CFTOKEN=41726264
<https://nslogins.edc.cingular.net/login.cfm?CFID=13246&CFTOKEN=41726264
>
For OSS problems:
DL-MNOC-OSS Adjunct
DL-MNOC-OSS Siemens
DL-MNOC-OSS Nortel
DL-MNOC-OSS Nokia
DL-MNOC-OSS Lucent
DL-MNOC-OSS Ericsson
From: Galen Johnson [mailto:Galen.Johnson (at) sas.com]
Sent: Tuesday, January 08, 2008 1:18 PM
To: hobbit (at) hswn.dk
Subject: RE: [hobbit] Request for Help
this means that you already have it installed, it's just not picking up
the library path. Try exporting the library path
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/lib; export
LD_LIBRARY_PATH...adjust as necessary for your system). If that doesn't
work you may want to add /usr/local/lib to the system library path using
crle (man crle for the exact syntax).
=G=
From: Snyder, Howard [mailto:HS3082 (at) att.com]
Sent: Tuesday, January 08, 2008 11:58 AM
To: hobbit (at) hswn.dk
Subject: RE: [hobbit] Request for Help
I tried this one: openssl-0.9.8f-sol10-sparc-local and got the following
results:
pkgadd -d openssl-0.9.8f-sol10-sparc-local
The following packages are available:
1 SMCossl openssl
(sparc) 0.9.8f
Select package(s) you wish to process (or 'all' to process
all packages). (default: all) [?,??,q]:
Processing package instance <SMCossl> from
</export/apachePackages/libpng/openssl/openssl-0.9.8f-sol10-sparc-local>
openssl(sparc) 0.9.8f
This appears to be an attempt to install the same architecture and
version of a package which is already installed. This installation
will attempt to overwrite this package.
The OpenSSL Group
Using </usr/local> as the package base directory.
## Processing package information.
## Processing system information.
1554 package pathnames are already properly installed.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.
Installing openssl as <SMCossl>
## Installing part 1 of 1.
[ verifying class <none> ]
Installation of <SMCossl> was successful.
Thank you,
Howard