Martin d'Anjou schrieb:
> Hi,
>
> I have no root access so I try to install knoda and hk_classes in 
> non-traditional location. I have done the following, and it fails in 
> the last step:
>
> $ cd hk_classes-0.8.3
> $ ./configure --prefix=/tools/ecad/local/i686
> $ make
> $ make install
> $ cd ../knoda-0.8.3
> $ ./configure --prefix=/tools/ecad/local/i686 \
>   --with-hk_classes-dir=/tools/ecad/local/i686/lib/hk_classes \
>   --with-hk_classes-incdir=/tools/ecad/local/i686/include/hk_classes
> $ make install
> /usr/bin/install: cannot create regular file 
> `/usr/lib/libhk_kdeclasses.so': Permission denied
>
> How do I fix this? I cannot be root. Do I need to install KDE in the 
> /tools/ecad/local/i686?
>
>   
Change the
make install

to

make DESTDIR=/tools/ecad/[...]  install


Perhaps you will have to copy or link the libhk_kdeclasses.so to a 
directory where the linker searches for libraries. If that's not 
possible you can set the environment variable LD_LIBRARY_PATH to 
/tools/ecat/[...]


Horst

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Hk-classes-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hk-classes-discuss

Reply via email to