View Single Post
  #3   (View Single Post)  
Old 11th June 2008
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,319
Default

Quote:
Originally Posted by ai-danno View Post
...I even uninstalled the package, downloaded the application from mysql itself and compiled it (and, as expected, it took forever.)
At this point, you have left the realm of OpenBSD ports & packages & have entered the wild where you are taking on the responsibility of porting the overall application yourself. The primary issues are:
  • Does the filesystem layout match what OpenBSD specifies in hier(7)? Note that the Linux world uses a different hierarchy.
  • Do the dependent libraries match? If they don't, you implicitly are taking on the responsibility of porting any missing infrastructure yourself.
My suggestion is to contact the port maintainer found at the following:

http://www.openbsd.org/4.3_packages/....tgz-long.html

...& inquire to him.
Reply With Quote