Bugs item #1511976, was opened at 2006-06-24 17:49 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1511976&group_id=139143
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Solaris installation fails Initial Comment: I just downloaded the latest CVS version of openser 1.0.X, and am receiving the following errors when attempting to run 'gmake install': $ gmake prefix=/opt/openser-6-24-2006 install [ ..... ] /tmp/openser_postgresql.sh installed as /opt/openser-6-24-2006/ sbin/openser_postgresql.sh rm -fr /tmp/openser_postgresql.sh touch /opt/openser-6-24-2006/sbin//openser_gen_ha1 ginstall -m 755 utils/gen_ha1/gen_ha1 /opt/openser-6-24-2006/ sbin//openser_gen_ha1 find: cannot read dir /etc/apache/ssl.key: Permission denied find: cannot read dir /etc/flash/precreation: Permission denied find: cannot read dir /etc/sfw/openssl/private: Permission denied find: cannot follow symbolic link /usr/lib/lu/lucreatezone: No such file or directory find: cannot follow symbolic link /usr/lib/lu/ludevices: No such file or directory find: cannot follow symbolic link /usr/lib/lu/ludo: No such file or directory find: cannot follow symbolic link /usr/lib/lu/lufslist: No such file or directory find: cannot follow symbolic link /usr/lib/lu/lumount: No such file or directory find: cannot follow symbolic link /usr/lib/lu/luprintf: No such file or directory find: cannot follow symbolic link /usr/lib/lu/lurootdev: No such file or directory find: cannot follow symbolic link /usr/lib/lu/lustatus: No such file or directory find: cannot follow symbolic link /usr/lib/lu/lusync: No such file or directory find: cannot follow symbolic link /usr/lib/lu/luumount: No such file or directory find: cannot read dir /usr/lib/cc-cfw: Permission denied install: gen_ha1 was not found anywhere! gmake: *** [install-bin] Error 2 Anyway to get this fixed? Thanks, - Ryan [EMAIL PROTECTED] ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-06-25 16:16 Message: Logged In: NO Howdy, After a bit more investigation, it looks like removing "-follow" from the find [1] statements used to locate gen_ha1 fixed my installation woes. Would it be possible to remove this option? Thanks, - Ryan [1] 100 2278 2265 find /opt/openser-6-24-2006/sbin//openser_gen_ha1 - follow -name gen_ha1 -type f 100 2279 2265 expr : \([^ ]*\) 100 2281 2265 find /bin -follow -name gen_ha1 -type f -print 100 2282 2265 expr : \([^ ]*\) 100 2284 2265 find /usr/bin -follow -name gen_ha1 -type f -print 100 2285 2265 expr : \([^ ]*\) 100 2287 2265 find /etc -follow -name gen_ha1 -type f -print 100 2288 2265 expr : \([^ ]*\) 100 2290 2265 find /lib -follow -name gen_ha1 -type f -print 100 2291 2265 expr : \([^ ]*\) 100 2293 2265 find /usr/lib -follow -name gen_ha1 -type f -print 100 2294 2265 expr : \([^ ]*\) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1511976&group_id=139143 _______________________________________________ Devel mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/devel
