search for: iexpress

Displaying 4 results from an estimated 4 matches for "iexpress".

Did you mean: express
2007 Nov 22
1
Installation problem of SAMBA 3.0.23a on HP-UX 11.23
...lem at all with the installation of the Depot. Before running the ./configure command I'm setting the following variables like this (as it's mentionned in the README file) : export CFLAGS="-O -DWITH_SYSLOG -DGUEST_ACCOUNT=\\\"smbnull\\\"" export CPPFLAGS="-I/opt/iexpress/openldap/include" export LDFLAGS="-L/opt/iexpress/openldap/lib" Here is the 'configure' command that I'm using (as it's mentionned in the README file) ./configure \ --sbindir=\${BINDIR} \ --with-krb5 \ --with-ldap \ --with-ldapsam \ --with-ads \ --with-libiconv=...
2006 Feb 15
1
configure can't find ldap_initialize on HP-UX 11i
I'm basically using the instructions found in the HP-UX readme with the exception that I am trying to use the version of openldap that is in iexpress instead of the one from hpux.cs.utah.edu. The recommendations listed in the doc are: HP-UX 11.00 and 11.11: OpenLdap 2.1.3 (http://hpux.cs.utah.edu) OpenSSL 0.9.7d (http://hpux.cs.utah.edu) HP-UX 11.23 only: ixOpenLdap A.04.00-2.2.15.003 (http://software.hp.com <htt...
2007 Nov 25
0
_net_auth2: creds_server_check failed Error
...llation of the Depot. > > Before running the ./configure command I'm setting the following variables like this (as it's mentionned in the README file) : > > export CFLAGS="-O -DWITH_SYSLOG -DGUEST_ACCOUNT=\\\"smbnull\\\"" > export CPPFLAGS="-I/opt/iexpress/openldap/include" > export LDFLAGS="-L/opt/iexpress/openldap/lib" > > Here is the 'configure' command that I'm using (as it's mentionned in the README file) > > ./configure \ > --sbindir=\${BINDIR} \ > --with-krb5 \ > --with-ldap \ > -...
2006 Feb 01
2
Problems Compiling samba on HP-UX 11.00
Problems Compiling samba (samba-3.0.21a) on HP-UX 11.00 We have been experiencing some problems compiling samba with the config options below. When compiling the auth_script.c make fails. As a fix, we removed the conditional if/else/endif statements on lines 143/149/155 and it now seems to compile. Has anyone else had any similar problem when compiling without the ldap features or similar