Page 1 of 1

Installing without ld.so.conf access?

Posted: 29 Apr 2005 20:05
by rotorboy
Hello,

I'm attempting to install this as a non-root user on a system. I am working with a user directory such as:
/home/rotorboy/vls

I only want to stream .wmv or such files

So what I've done is:

in the libdvb directory:
./configure --prefix=/home/rotorboy/vls
make; make install
(looked like it all went fine)

now in the VLS directory:
/configure --prefix=/home/rotorboy/vls --disable-dvd --with-libdvb=/home/rotorboy/vls

But I suspect since I do not have access to ld.so.conf - I'm getting:
configure: error: cannot find libdvbpsi headers

Is there a workaround for this type of environment?
Thanks.