Re: Is it possible to preset the SYBASE_OCS variable?
"Christian Behrens" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase |
|---|---|
| Message-ID | <[email protected]> |
> Actually at run-time you don't need the SYBASE_OCS variable, AFAIK. What > *is* needed is for the run-time linker (ld.so on most systems) to find > the Sybase libraries. This is done either by having LD_LIBRARY_PATH set > correctly, by having correct entries in /etc/ld.so.conf or by making > sure that the full path of the .so files is stored in the binaries (e.g. > using the -R linker option on Solaris). Looks like editing /etc/ld.so.conf did it. Thanks again! -Christian