#1377 closed defect (fixed)
BUG: apache2 + openbsd
Reported by: | julien.touche@… | Owned by: | tobypeterson |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
need special variant
Attachments (1)
Change History (5)
Changed 21 years ago by julien.touche@…
Attachment: | patch-apache2-Portfile added |
---|
comment:1 Changed 21 years ago by jcorley1@…
Does the LD_LIBRARY_PATH really need to be defined on OpenBSD? Otherwise, the patch looks fine. Jason
comment:2 Changed 21 years ago by julien.touche@…
without it, you get this on openbsd 3.4:
/export/eports/dports/share/apr-0/build/libtool --silent --mode=link gcc -g -O2 -pthread -D_POSIX_THREADS -DAP_HAVE_DESIGNATED_INITIALIZER -I/export/eports/dports/include/apr-0 -I/export/eports/dports/include -I. -I/export/eports/darwinports/dports/www/apache2/work/httpd-2.0.48/os/unix -I/export/eports/darwinports/dports/www/apache2/work/httpd-2.0.48/server/mpm/prefork -I/export/eports/darwinports/dports/www/apache2/work/httpd-2.0.48/modules/http -I/export/eports/darwinports/dports/www/apache2/work/httpd-2.0.48/modules/filters -I/export/eports/darwinports/dports/www/apache2/work/httpd-2.0.48/modules/proxy -I/export/eports/darwinports/dports/www/apache2/work/httpd-2.0.48/include -I/usr/include/openssl -I/export/eports/darwinports/dports/www/apache2/work/httpd-2.0.48/modules/dav/main -export-dynamic -L/export/eports/dports/lib -o dftables -L/export/eports/dports/lib dftables.lo -lz -lssl -lcrypto ./dftables > /export/eports/darwinports/dports/www/apache2/work/httpd-2.0.48/srclib/pcre/chartables.c ./dftables: can't load library 'libssl.so.0.9.7' * Error code 4
Stop in /export/eports/darwinports/dports/www/apache2/work/httpd-2.0.48/srclib/pcre (line 23 of Makefile). * Error code 1
openssl port is installed
note: you may add it also to depends_lib ...
comment:3 Changed 21 years ago by jcorley1@…
Owner: | changed from jcorley1@… to toby@… |
---|
comment:4 Changed 21 years ago by toby@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed. Thanks, Julien!
patch openbsd