Make Install issues RT3.0.11 - Error code 1 (ignore)

Unsure of the importance but know it must be important cause my install
sure does not work :frowning:
This is an extract from Make Install - all dependancies are good and no
other errors.

cp: ./local/html/*: No such file or directory *** Error code 1 (ignored) cp -rp ./local/po/* //opt/rt3/local/po cp: ./local/po/*: No such file or directory *** Error code 1 (ignored) cp -rp ./local/etc/* //opt/rt3/local/etc cp: ./local/etc/*: No such file or directory *** Error code 1 (ignored) # RT 3.0.0 - RT 3.0.2 would accidentally create a file instead of a dir [ -f //opt/rt3/share/doc ] && rm //opt/rt3/share/doc *** Error code 1 (ignored)

Not really sure where to start digging.

Any help, ideas, anything at all would be appreciated.

Thanks in advance

Regards,

John

Environment for install
OpenBSD current
MySQL current
Apache2
using fastcgi for RT

Unsure of the importance but know it must be important cause my install
sure does not work :frowning:

Nope. itโ€™s ignoring errors copying files that donโ€™t exist in the
distribution or creating directories that already exist.

Thanks for quick reply, I can now move on in my problem solving,

Truly appreciated.

Regards,

John

Jesse Vincent wrote: