 |
Apache2Triad Help, Support and Development The apache2triad help , support and development forums
|
| View previous topic :: View next topic |
| Author |
Message |
papastreets
Joined: 04 May 2006
Posts: 1
|
| Posted: Thu May 04, 2006 7:37 am Post subject: libeay32.dll error when trying to to Postgres initialisation |
|
|
I using the Stable version. I've tried everything in this thread to get postgres going and the closest I've come to getting the db initialisation to run is:
Code: C:\apache2triad\pgsql>runas /env /user:xxxxxx\apache2triad "bin\initdb.exe -U root -D data"
Enter the password for xxxxxx\apache2triad: Attempting to start bin\initdb.exe -U root -D data as user "xxxxxx\apache2triad" ...
at this point it pops open a cmd window to try and run the initdb command, and it stops with:
My libeay32.dll in C:\apache2triad\bin is v0.9.81. Do I need to replace this file with a different version?
any ideas?
update: i copied libeay32.dll from C:\apache2triad\bin to C:\apache2triad\pgsql\bin and the initdb command ran. I don't think it managed to run successfully because the data dir still isn't created... Unfortunately the cmd window closes again before i have a chance to read the error. |
|
| Back to top |
|
| |
|