On Thu, 2003-07-31 at 02:45, Michael Bell wrote:
> We are really careful if we start changing Makefiles. So there are some 
> places in 0.9.2 where we replaced -f with -e. Please try to replace -f 
> in /home/linux/tar/openca-0.9.1.2/src/web-interfaces/ca/cmds/Makefile 
> with -e. If this helps then please write again and we will do this for 
> all Makefiles in 0.9.1 and CVS HEAD.

All right, I'm having fun now.  :-)

I edited

/home/linux/tar/openca-0.9.1.2/src/web-interfaces/ca/cmds/Makefile 

The only line I changed was -f to -e as suggested.

$(DEST_CMDS)::
                @if [ -e
$(DEST_CA_CGI_CMDDIR)/$(@:$(DEST_CGI_CMDDIR)/%=%) ]; then \
                        echo "software update detected, removing old
link"; \
                        $(RM)
$(DEST_CA_CGI_CMDDIR)/$(@:$(DEST_CGI_CMDDIR)/%=%); \
                fi

Looks like that error has been fixed.  Now, I'm working on this:

make install-ca

cd /usr/local/openca.0.9.2/httpd/htdocs/ca; \
        ln -s /usr/local/openca.0.9.2/openca/lib/stylesheets/default.css
ln: `./default.css': File exists
make[12]: *** [default.css] Error 1

[EMAIL PROTECTED] openca-0.9]# ls -al /usr/local/openca.0.9.2/openca/lib/
total 12
drwxr-xr-x    3 root     root         4096 Jul 31 16:58 .
drwxr-xr-x    5 root     root         4096 Jul 31 16:58 ..
drwxr-xr-x    3 root     root         4096 Jul 31 16:58 servers

[EMAIL PROTECTED] openca-0.9]# ls -al
/usr/local/openca.0.9.2/httpd/htdocs/ca/
total 24
drwxr-xr-x    4 root     root         4096 Jul 31 16:59 .
drwxr-xr-x    3 root     root         4096 Jul 31 16:58 ..
lrwxrwxrwx    1 root     root           58 Jul 31 16:58 default.css ->
/usr/local/openca.0.9.2/openca/lib/stylesheets/default.css
drwxr-xr-x    2 root     root         4096 Jul 31 16:58 images
-rw-r--r--    1 root     root          532 Jul 31 16:59
index.html.template
-rw-r--r--    1 root     root         1190 Jul 31 16:59
pwd.html.template
drwxr-xr-x    2 root     root         4096 Jul 31 16:58 scripts
[EMAIL PROTECTED] openca-0.9]#

There is a symbolic link created to a file which does not exist.  In
fact the entire /usr/local/openca.0.9.2/openca/lib/stylesheets/ isn't
there.


-- 
Scott Tiret
Oneredshoe Network
My Public Key http://www.oneredshoe.net/[EMAIL PROTECTED]

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to