--On 5. März 2007 07:35:19 -0500
tonylabarbara@aol.com wrote:
> Thank you for giving me that command, unfortunately, "export" is not
> found on my system (?).
># export LD_LIBRARY_PATH=/usr/local/lib/mysql/
> export: Command not found.
># find / -name export
>#
>
you might read about the unix basics...setting an environment variable depends on the type of your shell. I have no idea which shell your using.
Reading the man page of your shell and Goggle should give you an answer *wink*.
-aj