Click to See Complete Forum and Search --> : Installation prob


WaveSurfer
08-25-2001, 02:21 AM
Ive installed this prog and here is my error mesage. As I said the prog installed Ok but the file its looking for wasnt created. Ive tried taking the tinyproxy.conf files any creating a directory /etc/tinyproxy but that didnt work. So it must be part of the setup gone wrong. Where should I look to change things ??

[stephen@localhost src]$ ./tinyproxy
ERROR Aug 18 21:18:50 [1816]: Could not open /etc/tinyproxy/tinyproxy.conf file

Malakin
08-25-2001, 02:49 AM
Have you read over all the documentation for it?

/etc/tinyproxy/tinyproxy.conf
So this file exists? And it's readable permissions wise by the user you're trying to run tinyproxy from?

WaveSurfer
08-26-2001, 09:50 AM
Thanks yes Ive read the documentation. It looks quite simple. I just get caught out with this type of problem where there isnt an obvious answer. Below is details in yr last post. From what I can see the user stephen has read write and execute and the file exists. Cant think what to do next. Hope you can help.
Thanks
[stephen@localhost tmp]$ cd tinyproxy-1.4.0/
[stephen@localhost tinyproxy-1.4.0]$ ls
AUTHORS NEWS config.guess* configure* src/
COPYING README config.h configure.in stamp-h
ChangeLog THANKS config.h.in doc/ stamp-h.in
INSTALL acconfig.h config.h~ install-sh*
Makefile acinclude.m4 config.log missing*
Makefile.am aclocal.m4 config.status* mkinstalldirs*
Makefile.in config.cache config.sub* reconf*
[stephen@localhost tinyproxy-1.4.0]$ ls -1 tinyproxy.conf
ls: tinyproxy.conf: No such file or directory
[stephen@localhost tinyproxy-1.4.0]$ cd /home/stephen/tmp/tinyproxy-1.4.0/doc/
[stephen@localhost doc]$ ls -1 tinyproxy.conf
tinyproxy.conf*
[stephen@localhost doc]$ ls -l tinyproxy.conf
-rwx------ 1 stephen stephen 3008 Aug 17 11:41 tinyproxy.conf*
[stephen@localhost doc]$