I have made a fresh install of the latest DS version. I get the following error when I attempt to start the admin server, what is strange is the previous version runs fine on this machine 7.1-2. We are running Redhat V4 AMD_64. JDK 1.5.0_05 ERROR: ld.so: object ''/opt/fedora-ds/bin/admin/lib/libssl3.so'' from LD_PRELOAD cannot be preloaded: ignored. ERROR: ld.so: object ''/opt/fedora-ds/bin/admin/lib/libldap50.so'' from LD_PRELOAD cannot be preloaded: ignored. Syntax error on line 150 of /opt/fedora-ds/admin-serv/config/httpd.conf: Cannot load /opt/fedora-ds/bin/admin/lib/libmodrestartd.so into server: /opt/fedora-ds/bin/admin/lib/libmodrestartd.so: cannot open shared object file: No such file or directory Thanks Doug
Douglas Hussey wrote:> > I have made a fresh install of the latest DS version. I get the > following error when I attempt to start the admin server, what is > strange is the previous version runs fine on this machine 7.1-2. We > are running Redhat V4 AMD_64. JDK 1.5.0_05 > > ERROR: ld.so: object ''/opt/fedora-ds/bin/admin/lib/libssl3.so'' from > LD_PRELOAD cannot be preloaded: ignored. > ERROR: ld.so: object ''/opt/fedora-ds/bin/admin/lib/libldap50.so'' from > LD_PRELOAD cannot be preloaded: ignored. > Syntax error on line 150 of /opt/fedora-ds/admin-serv/config/httpd.conf: > Cannot load /opt/fedora-ds/bin/admin/lib/libmodrestartd.so into > server: /opt/fedora-ds/bin/admin/lib/libmodrestartd.so: cannot open > shared object file: No such file or directoryHm - I guess ld.so doesn''t like the 32 bit shared libraries. We are working on a 64 bit version. Don''t have a date yet.> > > Thanks > Doug > > > > > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users
On 1/3/06, Richard Megginson <rmeggins@redhat.com> wrote:> Hm - I guess ld.so doesn''t like the 32 bit shared libraries. We are > working on a 64 bit version. Don''t have a date yet.Is there a bugzilla entry for the 64-bit problem so I can get emails and track your progress? I''m eager to try Fedora DS, but can''t until there is a 64-bit version. Thanks, Dan
Dan Lipsitt wrote:>On 1/3/06, Richard Megginson <rmeggins@redhat.com> wrote: > > >>Hm - I guess ld.so doesn''t like the 32 bit shared libraries. We are >>working on a 64 bit version. Don''t have a date yet. >> >> > >Is there a bugzilla entry for the 64-bit problem so I can get emails >and track your progress? I''m eager to try Fedora DS, but can''t until >there is a 64-bit version. > >It may be possible to build it. http://directory.fedora.redhat.com/wiki/Building#One-Step_Build Try adding USE_64=1 to the make command.>Thanks, >Dan > >-- >Fedora-directory-users mailing list >Fedora-directory-users@redhat.com >https://www.redhat.com/mailman/listinfo/fedora-directory-users > >
On 1/6/06, Richard Megginson <rmeggins@redhat.com> wrote:> It may be possible to build it. > http://directory.fedora.redhat.com/wiki/Building#One-Step_Build > Try adding USE_64=1 to the make command.I tried dsbuild with USE_64=1, but I got compilation failures in mozilla, which I have pasted below. I have several questions: - Is it possible to build just the FDS parts? I already have mozilla installed. - Has anyone reported a successful x86_64 build? - Do the 32-bit rpms work on 64-bit systems? -------- compile error follows ------------ /home/dan/down/dsbuild/ds/mozilla/work/mozilla/security/nss/../../dist/Linux2.6_x86_64_glibc_PTH_64_DBG.OBJ/include/prcpucfg.h:510:2: #error "Unknown CPU architecture" In file included from /home/dan/down/dsbuild/ds/mozilla/work/mozilla/security/nss/../../dist/Linux2.6_x86_64_glibc_PTH_64_DBG.OBJ/include/pratom.h:43, from /home/dan/down/dsbuild/ds/mozilla/work/mozilla/security/nss/../../dist/Linux2.6_x86_64_glibc_PTH_64_DBG.OBJ/include/nspr.h:38, from ../../../../pr/include/private/primpl.h:66, from ../../../../pr/src/io/prfdcach.c:35: /home/dan/down/dsbuild/ds/mozilla/work/mozilla/security/nss/../../dist/Linux2.6_x86_64_glibc_PTH_64_DBG.OBJ/include/prtypes.h:274:2: #error No suitable type for PRInt8/PRUint8 /home/dan/down/dsbuild/ds/mozilla/work/mozilla/security/nss/../../dist/Linux2.6_x86_64_glibc_PTH_64_DBG.OBJ/include/prtypes.h:299:2: #error No suitable type for PRInt16/PRUint16 /home/dan/down/dsbuild/ds/mozilla/work/mozilla/security/nss/../../dist/Linux2.6_x86_64_glibc_PTH_64_DBG.OBJ/include/prtypes.h:331:2: #error No suitable type for PRInt32/PRUint32 /home/dan/down/dsbuild/ds/mozilla/work/mozilla/security/nss/../../dist/Linux2.6_x86_64_glibc_PTH_64_DBG.OBJ/include/prtypes.h:394:2: #error ''sizeof(int)'' not sufficient for platform use In file included from /home/dan/down/dsbuild/ds/mozilla/work/mozilla/security/nss/../../dist/Linux2.6_x86_64_glibc_PTH_64_DBG.OBJ/include/pratom.h:43, from /home/dan/down/dsbuild/ds/mozilla/work/mozilla/security/nss/../../dist/Linux2.6_x86_64_glibc_PTH_64_DBG.OBJ/include/nspr.h:38, from ../../../../pr/include/private/primpl.h:66, from ../../../../pr/src/io/prfdcach.c:35: /home/dan/down/dsbuild/ds/mozilla/work/mozilla/security/nss/../../dist/Linux2.6_x86_64_glibc_PTH_64_DBG.OBJ/include/prtypes.h:417: error: syntax error before "PROffset32"
Dan Lipsitt wrote:>On 1/6/06, Richard Megginson <rmeggins@redhat.com> wrote: > > >>It may be possible to build it. >>http://directory.fedora.redhat.com/wiki/Building#One-Step_Build >>Try adding USE_64=1 to the make command. >> >> > >I tried dsbuild with USE_64=1, but I got compilation failures in >mozilla, which I have pasted below. > >I have several questions: > >- Is it possible to build just the FDS parts? I already have mozilla installed. > >No, I don''t think so, unless you are prepared for some serious component fu.>- Has anyone reported a successful x86_64 build? > >Yes, but it requires a great deal of hacking.>- Do the 32-bit rpms work on 64-bit systems? > >Yes, they should.>-------- compile error follows ------------ > >/home/dan/down/dsbuild/ds/mozilla/work/mozilla/security/nss/../../dist/Linux2.6_x86_64_glibc_PTH_64_DBG.OBJ/include/prcpucfg.h:510:2: >#error "Unknown CPU architecture" >In file included from >/home/dan/down/dsbuild/ds/mozilla/work/mozilla/security/nss/../../dist/Linux2.6_x86_64_glibc_PTH_64_DBG.OBJ/include/pratom.h:43, > from >/home/dan/down/dsbuild/ds/mozilla/work/mozilla/security/nss/../../dist/Linux2.6_x86_64_glibc_PTH_64_DBG.OBJ/include/nspr.h:38, > from ../../../../pr/include/private/primpl.h:66, > from ../../../../pr/src/io/prfdcach.c:35: >/home/dan/down/dsbuild/ds/mozilla/work/mozilla/security/nss/../../dist/Linux2.6_x86_64_glibc_PTH_64_DBG.OBJ/include/prtypes.h:274:2: >#error No suitable type for PRInt8/PRUint8 >/home/dan/down/dsbuild/ds/mozilla/work/mozilla/security/nss/../../dist/Linux2.6_x86_64_glibc_PTH_64_DBG.OBJ/include/prtypes.h:299:2: >#error No suitable type for PRInt16/PRUint16 >/home/dan/down/dsbuild/ds/mozilla/work/mozilla/security/nss/../../dist/Linux2.6_x86_64_glibc_PTH_64_DBG.OBJ/include/prtypes.h:331:2: >#error No suitable type for PRInt32/PRUint32 >/home/dan/down/dsbuild/ds/mozilla/work/mozilla/security/nss/../../dist/Linux2.6_x86_64_glibc_PTH_64_DBG.OBJ/include/prtypes.h:394:2: >#error ''sizeof(int)'' not sufficient for platform use >In file included from >/home/dan/down/dsbuild/ds/mozilla/work/mozilla/security/nss/../../dist/Linux2.6_x86_64_glibc_PTH_64_DBG.OBJ/include/pratom.h:43, > from >/home/dan/down/dsbuild/ds/mozilla/work/mozilla/security/nss/../../dist/Linux2.6_x86_64_glibc_PTH_64_DBG.OBJ/include/nspr.h:38, > from ../../../../pr/include/private/primpl.h:66, > from ../../../../pr/src/io/prfdcach.c:35: >/home/dan/down/dsbuild/ds/mozilla/work/mozilla/security/nss/../../dist/Linux2.6_x86_64_glibc_PTH_64_DBG.OBJ/include/prtypes.h:417: >error: syntax error before "PROffset32" > >-- >Fedora-directory-users mailing list >Fedora-directory-users@redhat.com >https://www.redhat.com/mailman/listinfo/fedora-directory-users > >