List:MySQL and Perl« Previous MessageNext Message »
From:Joby (Joby)** CTR ** James Date:April 2 2004 2:43pm
Subject:Segmentation fault (core dumped)
View as plain text  
hi all
	
 i am creating a database in solaris with  $rc = $drh->func('createdb',
$database, $host, $user, $password, 'admin'); API and it is working
perfectly in one  server.. And now i am testing the same script(instalation
script) in another server this gives an error Segmentation fault (core
dumped) and after this progaram exits ..

is any package or driver is missing in the new server(system) ????

please help me to resolve this problum...

******************programe code************************
print "\nStart creating the DB.........\n";
$rc = $drh->func('createdb', $database, $host, $user, $password, 'admin');
warn "Create failed ($rc)" unless $rc;


Joby James
 	Lucent Technologies India Ltd,
 	INS India Development center,
 	Salarpuria Towers 1,
 	22 Hosur Road, Koramangala Industrial Layout,
 	Bangalore-560095.
 	Ph: 080-51191413(Direct) Extn (2413)
 Email: jobyjames@stripped

Thread
Segmentation fault (core dumped)Joby)** CTR **2 Apr
  • Re: Segmentation fault (core dumped)Rudy Lippan2 Apr