![]() |
Problem running CUPS with CUPS 1.4b2 beta
Has anyone tried compiling and running the new CUPS beta? Everything "seems" to have gone OK (the ./configure, make, and make install), but when I try to restart cups, I get the following message:
Quote:
After the install, I did reboot just for good measure. Thanks, Andy |
If you have kept the install result in /home/hikerguy/,
you will have to "make" a new library path with a command : 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/hikerguy/ \ cups/"path-to-directory-with-libs"/' Replace everything with the actual path. .... $HOME is the preferred location for compiling. .... |
knudfl, thanks for the info. I have a question about making the new library path. How do I determine the path to the libs?
'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/hikerguy/ \ cups/"path-to-directory-with-libs"/' Replace everything with the actual path |
1) A "LIBRARY PATH" made with the above command is
temporary. Once you exit the terminal window, it's gone. 2) Finding the libs : find /home -name "*libcups*" .... |
| All times are GMT -5. The time now is 08:52 PM. |