Ryan J Falkenberg <[EMAIL PROTECTED]> on Mon, Apr 13, 1998 at 11:24:11PM
-0700:
> I ran pwconv5.. But when I complie a program with shadow
> support is complains about -lshadow no file found??
You may not have installed the libraries; -lshadow searches for
libshadow.a in the normal lib dirs. Perhaps you need to add another -L
to the Makefile if eg you've installed in /usr/local/lib/, I don't know
if the local dir is searched without a specific -L to the linker. "man
gcc".
Alternatively, I think I recall that the shadow install makes libshadow
as having no non-owner read permissions. You may have to chmod it, or
compile your program as root.
--
Scott
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.