Hello,

The assumption was that on Solaris, our OpenPKG OpenLDAP package installed
files to /$opkg_root/sbin/ which had false hardcoded paths in them. It seems
to me that somewhere along the line the problem was fixed. I can do more
analysis if somebody still thinks that a problem exists. Otherwise, just be
happy.

Regards,
Michael

--
[EMAIL PROTECTED]
Development Team, Application Services
Cable & Wireless Deutschland GmbH

----

ms@dev30:/cw/sbin:> strings slapadd | grep '\/cw\/'
/cw/etc/openldap/slapd.conf
/cw/var/openldap/openldap-ldbm
/cw/etc/openldap/ldap.conf
/cw/var/openldap/ldapi
/cw/etc/openssl
/cw/etc/openssl/certs
/cw/etc/openssl/cert.pem
/cw/etc/openssl/private

ms@dev30:/cw/sbin:> strings slapcat | grep '\/cw\/'
/cw/etc/openldap/slapd.conf
/cw/var/openldap/openldap-ldbm
/cw/etc/openldap/ldap.conf
/cw/var/openldap/ldapi
/cw/etc/openssl
/cw/etc/openssl/certs
/cw/etc/openssl/cert.pem
/cw/etc/openssl/private

ms@dev30:/cw/sbin:> strings slapindex | grep '\/cw\/'
/cw/etc/openldap/slapd.conf
/cw/var/openldap/openldap-ldbm
/cw/etc/openldap/ldap.conf
/cw/var/openldap/ldapi
/cw/etc/openssl
/cw/etc/openssl/certs
/cw/etc/openssl/cert.pem
/cw/etc/openssl/private

ms@dev30:/cw/sbin:> strings slappasswd | grep '\/cw\/'

ms@dev30:/cw/sbin:> strings slapadd | grep -i 'tmp'
DB_APP_TMP: illegal directory or file specification
set_tmp_dir
db_tmp_dir
tmp_open: %s: %s
$Id: os_tmpdir.c,v 11.18 2001/05/23 19:30:06 bostic Exp $
/var/tmp
/usr/tmp
/tmp
C:/tmp
TMPDIR
illegal TMP environment variable
illegal TMPDIR environment variable
error generating tmp rsa key
missing export tmp dh key
missing export tmp rsa key
missing tmp dh key
missing tmp rsa key
missing tmp rsa pkey

ms@dev30:/cw/sbin:> strings slapcat | grep -i 'tmp'
DB_APP_TMP: illegal directory or file specification
set_tmp_dir
db_tmp_dir
tmp_open: %s: %s
$Id: os_tmpdir.c,v 11.18 2001/05/23 19:30:06 bostic Exp $
/var/tmp
/usr/tmp
/tmp
C:/tmp
TMPDIR
illegal TMP environment variable
illegal TMPDIR environment variable
error generating tmp rsa key
missing export tmp dh key
missing export tmp rsa key
missing tmp dh key
missing tmp rsa key
missing tmp rsa pkey

ms@dev30:/cw/sbin:> strings slapindex | grep -i 'tmp'
DB_APP_TMP: illegal directory or file specification
set_tmp_dir
db_tmp_dir
tmp_open: %s: %s
$Id: os_tmpdir.c,v 11.18 2001/05/23 19:30:06 bostic Exp $
/var/tmp
/usr/tmp
/tmp
C:/tmp
TMPDIR
illegal TMP environment variable
illegal TMPDIR environment variable
error generating tmp rsa key
missing export tmp dh key
missing export tmp rsa key
missing tmp dh key
missing tmp rsa key
missing tmp rsa pkey
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
Developer Communication List                   [EMAIL PROTECTED]

Reply via email to