Hello.
I hacked the mod_nss code so it compiles with latest apache-2.2.0. I attached
the patch plus one autofoo patch.
Cheers.
--
Regards // Oden Eriksson
Mandriva: http://www.mandriva.com
NUX: http://li.nux.se
my OS is called os390, basically mainframe running suse linux image on
it.
I was trying to build rpm for FDS and ran these commands
from the site http://directory.fedora.redhat.com/wiki/Building
% tar xzf dsbuild-fds101.tar.gz
% cd to dsbuild/meta/ds
% make [BUILD_RPM=1]
during the "make [BUILD_RPM=1]" command i get following error.
###############
gmake[5]: Leaving directory `/home/alf02013/dsbuild/ds/mozilla/work/mozilla/security/nss/cmd/shlibsign/mangle'
Linux2.6_s390x_glibc_PTH_OPT.OBJ/shlibsign -v -i ../../../../dist/Linux2.6_s390x_glibc_PTH_OPT.OBJ/lib/libsoftokn3.so
./sign.sh: line 51: 21386 Segmentation fault ${2}/shlibsign -v -i ${4}
gmake[4]: *** [../../../../dist/Linux2.6_s390x_glibc_PTH_OPT.OBJ/lib/libsoftokn3.chk] Error 139
gmake[4]: Leaving directory `/home/alf02013/dsbuild/ds/mozilla/work/mozilla/security/nss/cmd/shlibsign'
################
So far i figured out that the script sign.sh is calling binary called "shlibsign" and it needs the lib file "libssl3.so".
yast has all rpms with "nss" in there name installed, but i don't think i have what i need installed yet because "libssl3.so"
nowhere in the file system except my home directory and that can't be the only place it needs to be?
can i just copy the file to proper location? If so what is that location?
thanx in advance for any help.....
-Angelo
--
angelo fazzina <angelo.fazzina(a)uconn.edu>
Dear all,
I would like to understand the source code about "DSML GW". Could you
please give some reference to me?
Thank you very much!
Waiting for your kind replay!
Best Regards,
Sparkle Zou
Hi All,
I'm trying to buid FDS on SuSE 9.3.
I had to make some changes to the Makefiles to make it find the correct
paths and was able to build almost everything.
I've downloaded the sources from
http://directory.fedora.redhat.com/sourcesand followed the
instructions stated at
http://directory.fedora.redhat.com/wiki/Building.
The following components were sucessfully built in the following order:
console, setuputil, adminutil, onlinehelp, mod_admserv, mod_nss,
mod_restartd, adminserver, directoryconsole and dsonlinehelp
But now when I try to build ldapserver it fails with the following error:
==== Starting LDAP Server Console ==========
gmake BUILD_OPT=1 NO_JAVA=1 buildDirectoryConsole
gmake[1]: Entering directory `/mnt/hdd2/fds/ldapserver'
cd ldap/admin/src/java/com/netscape/xmltools; gmake BUILD_OPT=1 NO_JAVA=1 -w
package
gmake[2]: Entering directory
`/mnt/hdd2/fds/ldapserver/ldap/admin/src/java/com/netscape/xmltools'
javac -deprecation -classpath
"/mnt/hdd2/fds/ldapserver/ldap/admin/src/java:../../../../../../../../dist/classes/ldapjdk.jar:../../../../../../../built/java/optimize/xmltools:../../../../../../../../dist/classes/crimson.jar"
-d ../../../../../../../built/java/optimize/xmltools DSML2LDIF.java
DSML2LDIF.java:44: package netscape.ldap does not exist
However ldapjdk.jar is there:
find <source> -name ldapjdk.jar
<source>/built/package/java/ldapjdk.jar
<source>/built/package/RHEL4_x86_gcc3_OPT.OBJ/base/unzipped/client/java/ldapjdk.jar
<source>/ldapserver/dist/classes/ldapjdk.jar
<source>/imports/console/unzipped/console10/java/ldapjdk.jar
<source>/imports/ldapjdk/ldapjdk.jar
Any help would be appreciated.
Rgrds,
Braulio Gergull
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=175098
Bug(s) fixed: 175098
Bug Description: The dsgw cookie directory needs to be writable by the
admin server uid
Reviewed by: ???
Files: https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=122005
Branch: HEAD
Fix Description: DS Gateway authentication breaks because the admin
server uid cannot write to the bin/slapd/authck directory. This fix
makes sure that directory is owned by the correct uid. I've also put a
similar fix into the ds spec file %post section to fix this when
upgrading from fds10 to fds101.
Platforms tested: Fedora Core 4
Flag Day: no
Doc impact: no
QA impact: should be covered by regular nightly and manual testing
New Tests integrated into TET: none
https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=122006
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=175187
Bug(s) fixed: 175187
Bug Description: Apache linked with libldap.so not libldap-2.2.so on
Fedora Core 2
Reviewed by: ???
Files: https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=122001
Branch: HEAD
Fix Description: grep for "libldap" not "libldap-". On Fedora Core 2,
Apache is linked with libldap.so, not the libldap-2.2.so as on later OS
versions. So, just changing it to look for libldap on all platforms
should work just fine. I've also changed the spec file to apply the
patch when upgrading from fds10 to fds101.
Platforms tested: Fedora Core 4 (I don't have an FC 2 system to test
this on, but the bug reported applied the same patch and it worked for him)
Flag Day: no
Doc impact: no
QA impact: should be covered by regular nightly and manual testing
New Tests integrated into TET: none
https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=122002
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=174837
Bug(s) fixed: 174837
Bug Description: CVE-2005-3630 use of IFRAME exposes password from
adm.conf for users
Reviewed by: ???
Files: https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=121993
Branch: HEAD
Fix Description: Just use the existing Apache security mechanisms to
deny access to everything by default, then allow access to certain
directories. In addition, there is a patch file I've checked in which
can apply these diffs to an existing FDS 1.0 installtion. I've changed
the packaging makefile to package the patch file into the setup
directory where it will be used to patch an upgrade install of FDS 1.0.1
on top of FDS 1.0.
Platforms tested: Fedora Core 4
Flag Day: no
Doc impact: no
QA impact: should be covered by regular nightly and manual testing
New Tests integrated into TET: none
https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=121994