[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] linux path
- Subject: [cobalt-users] linux path
- From: "Jon Rosenberg" <jbr@xxxxxxxxxxxxxxx>
- Date: Tue Mar 6 09:56:47 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
How do I set my path(and what should I set it to?), for include files
mainly, so when I compile, it finds what it needs. In my ld.so.conf(if that
is the right place), there is only:
/usr/i486-linux-libc5/lib
/usr/X11R6/lib
I think there should probably be more. For example, when I try to compile
openssl, I gtet the following error:
make[1]: Entering directory `/usr/src/openssl-0.9.6/crypto'
gcc -I. -I../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H
-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall -DSHA1_ASM -DMD5_A
SM -DRMD160_ASM -c cryptlib.c -o cryptlib.o
In file included from /usr/include/errno.h:36,
from ../include/openssl/err.h:90,
from cryptlib.h:70,
from cryptlib.c:61:
/usr/include/bits/errno.h:25: linux/errno.h: No such file or directory
make[1]: *** [cryptlib.o] Error 1
make[1]: Leaving directory `/usr/src/openssl-0.9.6/crypto'
make: *** [all] Error 1