pgAdmin3 won't install
Jarimatti Valkonen
jarimatti at dnainternet.net
Wed Oct 25 08:23:47 PDT 2006
Jyrki Wahlstedt kirjoitti 25.10.2006 kello 15.45:
> Hi,
> this is my bad. I just committed an improved Portfile for pgAdmin3.
> It takes awhile, before 'sync' sees that.
Thanks! Now it extracts and builds ok. Installation works after a
minor change to the Portfile:
---8<---
--- Portfile.orig 2006-10-25 17:45:39.000000000 +0300
+++ Portfile 2006-10-25 17:48:18.000000000 +0300
@@ -38,6 +38,6 @@
destroot {
xinstall -d -m 0755 ${destroot}/Applications/DarwinPorts
- file copy ${worksrcpath}/${name}.app ${destroot}/Applications/
Ports/${name}.app
+ file copy ${worksrcpath}/${name}.app ${destroot}/Applications/
DarwinPorts/${name}.app
}
--->8---
However, when executed the application crashes immediately. Here's
the crash log:
---8<---
Host Name: hal
Date/Time: 2006-10-25 17:57:58.848 +0300
OS Version: 10.4.8 (Build 8L2127)
Report Version: 4
Command: pgAdmin3
Path: /Applications/DarwinPorts/pgAdmin3.app/Contents/MacOS/pgAdmin3
Parent: WindowServer [57]
Version: 1.4 (1.4)
PID: 26751
Thread: Unknown
Link (dyld) error:
Library not loaded: @executable_path/Contents/Frameworks/libssl.
0.9.8.dylib
Referenced from: /Applications/DarwinPorts/pgAdmin3.app/Contents/
MacOS/../../Contents/Frameworks/libpq.4.dylib
Reason: image not found
--->8---
Yet the bundle contains libssl.0.9.8.dylib in the Frameworks
directory. Strange.
--
Jarimatti Valkonen
jarimatti at dnainternet.net
More information about the macports-users
mailing list