bug-cgicc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: runtime problem


From: Stephen F. Booth
Subject: RE: runtime problem
Date: Thu, 7 Jun 2001 16:19:28 -0500

> i installed the CGICC package w/o a hitch, or so i thought.
> when a go to the cgi-bin directory and issue a "test.cgi" the outpput is:
> "/usr/libexec/ld-elf.so.1: Shared object "libcgicc.so.2" not found.
>
> Then, i realized that the istallation actiually tries to copy
> the library file to the /usr/local/lib/ directory for which i
> do not have rights.
>
> Is there a way to fix this by telling some file to copy the file
> in my own home dir?

You can tell configure where to install stuff using the --prefix=XXX option.
For example, to install in /usr/home/sbooth/cgicc, use

./configure --prefix=/usr/home/sbooth/cgicc

-Stephen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]