Re: Setting Env
- From: Drew Jenkins <drewjenkinsjr@xxxxxxxxx>
- Date: Tue, 6 Mar 2007 15:37:23 -0800 (PST)
Don Hinton wrote:
# ldconfig -aout -f /etc/ld.so.conf /usr/local/lib/mysql/
will create it for you. man ldconfig for more info...
Well, that created a binary, but when I rebooted...nothing. Same problem :(
----- Original Message ----
From: Jerry McAllister <jerrymc@xxxxxxx>
To: Drew Jenkins <drewjenkinsjr@xxxxxxxxx>
Cc: freebsd-questions@xxxxxxxxxxx
Sent: Tuesday, March 6, 2007 6:31:34 PM
Subject: Re: Setting Env
I don't know for sure what you mean That's not an option. Is this
running from cron or at system bootup or something so there is no login
involved?
Correct
In those cases, it is well documented that your scripts have to be
completely responsible for their environments and paths, etc. So,
set everything within the scipt. Or, if it is something systemwide,
then put setting the variable it in /etc/rc.conf or /etc/rc.conf.local if
you let your system have one.
Exactly. But how? I could write a script like I did before:
#!/bin/csh
setenv LD_LIBRARY_PATH /usr/local/lib/mysql/
(chmod +x) but that didn't execute, dunno why. But then how do I call that script? What shell does /etc/rc.conf use?
TIA,
Drew
____________________________________________________________________________________
We won't tell. Get more on shows you hate to love
(and love to hate): Yahoo! TV's Guilty Pleasures list.
http://tv.yahoo.com/collections/265
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: Setting Env
- From: illoai@xxxxxxxxx
- Re: Setting Env
- From: Jerry McAllister
- Re: Setting Env
- Prev by Date: Re: Laptop lid switch and ACPI
- Next by Date: kplayer patch snafu...
- Previous by thread: Re: Setting Env
- Next by thread: Re: Setting Env
- Index(es):
Relevant Pages
|