On Wed, 20 Feb 2002, synrat wrote:

> I noticed a lot of Database discussions going on, maybe someone can help
>    me out.  I installed Sybase SQL Anywhere studio for Linux and the
> installation seemed pretty smooth. However, I can't get the database to
> start.  When I type ./dbeng7 /var/db/asademo.db  /var/db being a
> writtable directory by root, I get an error
> ./dbeng7: error while loading shared libraries: libdbserv7.so: cannot
> open shared object file: No such file or directory
> the library file it's refering to is in /opt/sybase/SYBSsa7/lib, dbeng7
> is located in /opt/sybase/SYBSsa7/bin.  The only thing I tried was to
> add the lib directory location to /etc/ld.so.conf, which had no effect,
> but I don't know if it should have.  So, I'm pretty much stuck rigth now.
> thanx for any feedback
>
Once you added the directory to /etc/ld.so.conf did you re-run ldconfig?
If not, try doing so. If that doesn't work, try:
  export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/sybase/SYBSsa7/lib

Then re-run your application.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to