Georg wrote: > Ok, > > I now tried several things... > > - made the installation of the database as user root.....same reaction > - rpm -e sapdb-srv...; rpm -e sapdb-ind... and reinstalled in with rpm > -i ... > o invoked /etc/init.d/sapdb start > o tried to create the database with the same command "dbmcli -s > db_create db1 dbm,dbm" > o "dbmcli -d db1 -u dbm,dbm -i scriptname" ... > ....same reaction > - erased the whole installation again and installed the server using the > .tgz files and SDBINST as described in the attached log-file > o started the x_server as sapdb > o tried to create the database as user sapdb with the previous used > commands below > ... same reaction > > what am I doing wrong, thanx for help >
Your problem looks like the libpthread problem: sapdb 7.3.0.x with x<18 won't run with libpthread.so.9 Two solutions: o update your database (recommended) o play with ld_library_path and a custom built libpthread :-( I'm running sapdb 7.3.0.21 on several debian woody without problem. _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
