env setting

It seems that I don’t have the path to /x86/lib/dll in my env
LD_LIBRARY_PATH.
I am trying to install my Linksys PCMCIA nic and I get an error saying
Library cannot be found.

SO my question is where can I add the path to the env setting?

thanks

-Mohamed

You should have /lib/dll in your LD_LIBRARY_PATH which should contain the
same contents. You can make a shell script /etc/rc.d/rc.local which should
get sourced (mark it as exectable to have it run). Here you can set your
environment variables (and other items).


Cheers,
Adam

QNX Software Systems Ltd.
[ amallory@qnx.com ]

With a PC, I always felt limited by the software available.
On Unix, I am limited only by my knowledge.
–Peter J. Schoenster <pschon@baste.magibox.net>
“Mohamed Hamedi” <mohamed@hamedi.net> wrote in message
news:a13sq9$g1l$1@inn.qnx.com

It seems that I don’t have the path to /x86/lib/dll in my env
LD_LIBRARY_PATH.
I am trying to install my Linksys PCMCIA nic and I get an error saying
Library cannot be found.

SO my question is where can I add the path to the env setting?

thanks

-Mohamed