[Devel] [ openser-Bugs-1511976 ] Solaris installation fails
SourceForge.net
noreply at sourceforge.net
Mon Jun 26 16:28:36 CEST 2006
Bugs item #1511976, was opened at 2006-06-25 03:49
Message generated for change (Comment added) made by bogdan_iancu
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: core
>Group: ver 1.0.x
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Bogdan (bogdan_iancu)
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
matty91 at gmail.com
----------------------------------------------------------------------
>Comment By: Bogdan (bogdan_iancu)
Date: 2006-06-26 17:28
Message:
Logged In: YES
user_id=1275325
This bug was ported ~ a week ago, but seams that the fix was
not complete (it was backported from the devel version, but
there were some additional changes in the Makefile).
Hopefull this time is done ;).
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2006-06-26 02: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
More information about the Devel
mailing list