| Hi all, I’ve been wrestling getting xmlsec1 to work properly on my MacBook Pro 13.3” Retina with 10.9 (Maverick). I installed Openssl 1.0.1e through Brew, and then changed the /usr/lib/libscrypto.dylib and /usr/lib/libssl.dylib and /usr/bin/openssl to point to the Brew openssl version: openssl versionOpenSSL 1.0.1e 11 Feb 2013 Then I changed the Brew formula for xmlsec1, adding the configure parameter to use openssl: "--with-openssl=/usr” At the point the installation failed, looking for the static libcrypto.a. I manually linked the libscrypto.a library: sudo ln -s /usr/local/Cellar/openssl/1.0.1e/lib/libcrypto.a /usr/lib/libcrypto.a At this point, all seems fine, I can execute xmlsec1 —help, and the program executes. However, when I try to actually do anything useful with xmlsec1, it throws an Segmentation Fault (Error -11). From the debugger, this is the actual error: r --verify --pubkey-cert-pem ~/tmp/pubkey.pem --id-attr:ID 'urn:oasis:names:tc:SAML:2.0:assertion:Assertion' ~/tmp/verify.xml (BTW, if I don’t specify with-openssl, it will use libgcrypt, and I still get the same error, here’s that stack) r --verify --pubkey-cert-pem ~/tmp/pubkey.pem --id-attr:ID 'urn:oasis:names:tc:SAML:2.0:assertion:Assertion' ~/tmp/verify.xml On my production system, Ubuntu 12.04.3, I installed via apt, and everything works fine: sudo apt-get install xmlsec1 Any help is appreciated. I’ve attached the verbose brew log. |
==> Downloading http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.19.tar.gz Already downloaded: /Library/Caches/Homebrew/libxmlsec1-1.2.19.tar.gz ==> Verifying libxmlsec1-1.2.19.tar.gz checksum tar xf /Library/Caches/Homebrew/libxmlsec1-1.2.19.tar.gz ==> Patching /usr/bin/patch -f -p1 -i 000-homebrew.diff patching file src/dl.c ==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libxmlsec1/1.2.19 --with-libxml=/usr/local/opt/libxml2 --disable-crypto-dl --disable-apps-crypto-dl --with-openssl=/usr checking build system type... x86_64-apple-darwin13.0.2 checking host system type... x86_64-apple-darwin13.0.2 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking how to create a ustar tar archive... gnutar checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports nested variables... yes checking for gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of clang... none checking how to run the C preprocessor... clang -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking how to print strings... printf checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed checking for fgrep... /usr/bin/grep -F checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-apple-darwin13.0.2 file names to x86_64-apple-darwin13.0.2 format... func_convert_file_noop checking how to convert x86_64-apple-darwin13.0.2 file names to toolchain format... func_convert_file_noop checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r checking for objdump... no checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm output from clang object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking for dsymutil... dsymutil checking for nmedit... nmedit checking for lipo... lipo checking for otool... otool checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking for -force_load linker flag... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if clang supports -fno-rtti -fno-exceptions... yes checking for clang option to produce PIC... -fno-common -DPIC checking if clang PIC flag -fno-common -DPIC works... yes checking if clang static flag -static works... no checking if clang supports -c -o file.o... yes checking if clang supports -c -o file.o... (cached) yes checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin13.0.2 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for cp... /bin/cp checking for mv... /bin/mv checking for tar... /usr/bin/tar checking for help2man... no checking for man2html... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for ANSI C header files... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking ansidecl.h usability... no checking ansidecl.h presence... no checking for ansidecl.h... no checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for strchr... yes checking for strrchr... yes checking for printf... yes checking for sprintf... yes checking for fprintf... yes checking for snprintf... yes checking for vfprintf... yes checking for vsprintf... yes checking for vsnprintf... yes checking for sscanf... yes checking for timegm... yes checking for development environment... no checking for __FUNCTION__ or __func__... __FUNCTION__ checking size of size_t... 8 checking for pkg-config... yes checking for xml2-config... /usr/bin/xml2-config checking libxml2 /usr/bin/xml2-config ... yes ('2.9.0') checking for LIBXSLT... yes checking for openssl libraries >= 0.9.6... yes ('0.9.8') checking for NSS... no checking for NSS... no checking for NSS... no checking for NSS... no checking for nspr libraries >= 4.4.1... ./configure: line 14230: test: too many arguments ./configure: line 14230: test: too many arguments ./configure: line 14230: test: too many arguments ./configure: line 14230: test: too many arguments ./configure: line 14230: test: too many arguments no checking for nss libraries >= 3.9... ./configure: line 14312: test: too many arguments ./configure: line 14312: test: too many arguments ./configure: line 14312: test: too many arguments ./configure: line 14312: test: too many arguments ./configure: line 14312: test: too many arguments no checking for GCRYPT... no checking for GCRYPT... no checking for GCRYPT... no checking for gcrypt libraries >= 1.4.0... no checking for GNUTLS... no checking for GNUTLS... no checking for gnutls libraries >= 2.8.0... no checking for mscrypto libraries... none checking for default crypto library... yes ('openssl') checking for MD5 support... yes checking for RIPEMD-160 support... yes checking for SHA1 support... yes checking for SHA224 support... yes checking for SHA256 support... yes checking for SHA384 support... yes checking for SHA512 support... yes checking for HMAC support... yes checking for DSA support... yes checking for RSA support... yes checking for x509 support... yes checking for DES support... yes checking for AES support... yes checking for GOST support... no checking for XMLDSig support... yes checking for XMLEnc support... yes checking for XMKMS support - under development... no checking for xmlsec-crypto dynamic loading support... no checking for xmlsec-crypto dynamic loading support in command line tool... no checking for docs folder... $(datadir)/doc/xmlsec1 checking for Simple Keys Manager testing... yes checking for templates testing... yes checking for debugging... no checking for profiling... no checking for pedantic... no checking for static linking... no configure: creating ./config.status config.status: creating include/xmlsec/openssl/Makefile config.status: creating src/openssl/Makefile config.status: creating include/xmlsec/version.h config.status: creating Makefile config.status: creating include/Makefile config.status: creating include/xmlsec/Makefile config.status: creating include/xmlsec/private/Makefile config.status: creating src/Makefile config.status: creating apps/Makefile config.status: creating docs/Makefile config.status: creating docs/api/Makefile config.status: creating man/Makefile config.status: creating xmlsec1Conf.sh config.status: creating xmlsec1-config config.status: creating xmlsec1-openssl.pc config.status: creating xmlsec1-gnutls.pc config.status: creating xmlsec1-gcrypt.pc config.status: creating xmlsec1-nss.pc config.status: creating xmlsec1.spec config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands ==> make install Making install in include Making install in xmlsec Making install in private /Applications/Xcode.app/Contents/Developer/usr/bin/make install-exec-hook test -z "/usr/local/Cellar/libxmlsec1/1.2.19/include/xmlsec1/xmlsec/private" || ../../.././install-sh -c -d "/usr/local/Cellar/libxmlsec1/1.2.19/include/xmlsec1/xmlsec/private" /bin/sh /private/tmp/libxmlsec1-AFZX/xmlsec1-1.2.19/install-sh -d /usr/local/Cellar/libxmlsec1/1.2.19/include/xmlsec1/xmlsec/private mkdir: /usr/local/Cellar/libxmlsec1/1.2.19/include: File exists mkdir: /usr/local/Cellar/libxmlsec1/1.2.19/include/xmlsec1: File exists mkdir: /usr/local/Cellar/libxmlsec1/1.2.19/include/xmlsec1/xmlsec: File exists mkdir: /usr/local/Cellar/libxmlsec1/1.2.19/include/xmlsec1/xmlsec/private: File exists /usr/bin/install -c -m 644 xslt.h xkms.h '/usr/local/Cellar/libxmlsec1/1.2.19/include/xmlsec1/xmlsec/private' Making install in openssl /Applications/Xcode.app/Contents/Developer/usr/bin/make install-exec-hook test -z "/usr/local/Cellar/libxmlsec1/1.2.19/include/xmlsec1/xmlsec/openssl" || ../../.././install-sh -c -d "/usr/local/Cellar/libxmlsec1/1.2.19/include/xmlsec1/xmlsec/openssl" /bin/sh /private/tmp/libxmlsec1-AFZX/xmlsec1-1.2.19/install-sh -d /usr/local/Cellar/libxmlsec1/1.2.19/include/xmlsec1/xmlsec/openssl mkdir: /usr/local/Cellar/libxmlsec1/1.2.19/include/xmlsec1/xmlsec/openssl: File exists /usr/bin/install -c -m 644 app.h bn.h crypto.h evp.h symbols.h x509.h '/usr/local/Cellar/libxmlsec1/1.2.19/include/xmlsec1/xmlsec/openssl' /Applications/Xcode.app/Contents/Developer/usr/bin/make install-exec-hook test -z "/usr/local/Cellar/libxmlsec1/1.2.19/include/xmlsec1/xmlsec" || ../.././install-sh -c -d "/usr/local/Cellar/libxmlsec1/1.2.19/include/xmlsec1/xmlsec" /bin/sh /private/tmp/libxmlsec1-AFZX/xmlsec1-1.2.19/install-sh -d /usr/local/Cellar/libxmlsec1/1.2.19/include/xmlsec1/xmlsec /usr/bin/install -c -m 644 app.h base64.h bn.h buffer.h crypto.h dl.h errors.h exports.h io.h keyinfo.h keysdata.h keys.h keysmngr.h list.h membuf.h nodeset.h parser.h private.h soap.h strings.h templates.h transforms.h version.h x509.h xkms.h xmldsig.h xmlenc.h xmlsec.h xmltree.h '/usr/local/Cellar/libxmlsec1/1.2.19/include/xmlsec1/xmlsec' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in src Making install in . CC app.lo CC base64.lo CC bn.lo CC buffer.lo CC c14n.lo CC dl.lo CC enveloped.lo CC errors.lo CC io.lo CC keyinfo.lo CC keys.lo CC keysdata.lo CC keysmngr.lo CC kw_aes_des.lo CC list.lo CC membuf.lo CC nodeset.lo CC parser.lo CC soap.lo CC strings.lo CC templates.lo CC transforms.lo CC x509.lo CC xkms.lo CC xmldsig.lo CC xmlenc.lo CC xmlsec.lo CC xmltree.lo CC xpath.lo CC xslt.lo CCLD libxmlsec1.la /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libxmlsec1.a(app.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libxmlsec1.a(xkms.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libxmlsec1.a(app.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libxmlsec1.a(xkms.o) has no symbols test -z "/usr/local/Cellar/libxmlsec1/1.2.19/lib" || .././install-sh -c -d "/usr/local/Cellar/libxmlsec1/1.2.19/lib" make[3]: Nothing to be done for `install-data-am'. /bin/sh ../libtool --mode=install /usr/bin/install -c libxmlsec1.la '/usr/local/Cellar/libxmlsec1/1.2.19/lib' libtool: install: /usr/bin/install -c .libs/libxmlsec1.1.dylib /usr/local/Cellar/libxmlsec1/1.2.19/lib/libxmlsec1.1.dylib libtool: install: (cd /usr/local/Cellar/libxmlsec1/1.2.19/lib && { ln -s -f libxmlsec1.1.dylib libxmlsec1.dylib || { rm -f libxmlsec1.dylib && ln -s libxmlsec1.1.dylib libxmlsec1.dylib; }; }) libtool: install: /usr/bin/install -c .libs/libxmlsec1.lai /usr/local/Cellar/libxmlsec1/1.2.19/lib/libxmlsec1.la libtool: install: /usr/bin/install -c .libs/libxmlsec1.a /usr/local/Cellar/libxmlsec1/1.2.19/lib/libxmlsec1.a libtool: install: chmod 644 /usr/local/Cellar/libxmlsec1/1.2.19/lib/libxmlsec1.a libtool: install: ranlib /usr/local/Cellar/libxmlsec1/1.2.19/lib/libxmlsec1.a /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/libxmlsec1/1.2.19/lib/libxmlsec1.a(app.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/libxmlsec1/1.2.19/lib/libxmlsec1.a(xkms.o) has no symbols Making install in openssl CC libxmlsec1_openssl_la-app.lo CC libxmlsec1_openssl_la-bn.lo CC libxmlsec1_openssl_la-ciphers.lo CC libxmlsec1_openssl_la-crypto.lo CC libxmlsec1_openssl_la-digests.lo CC libxmlsec1_openssl_la-evp.lo CC libxmlsec1_openssl_la-hmac.lo CC libxmlsec1_openssl_la-kw_aes.lo CC libxmlsec1_openssl_la-kw_des.lo CC libxmlsec1_openssl_la-kt_rsa.lo CC libxmlsec1_openssl_la-signatures.lo CC libxmlsec1_openssl_la-symkeys.lo CC libxmlsec1_openssl_la-x509.lo CC libxmlsec1_openssl_la-x509vfy.lo CCLD libxmlsec1-openssl.la
*** Warning: Linking the shared library libxmlsec1-openssl.la against the
*** static library /usr/lib/libcrypto.a is not portable!
test -z "/usr/local/Cellar/libxmlsec1/1.2.19/lib" || ../.././install-sh -c -d
"/usr/local/Cellar/libxmlsec1/1.2.19/lib"
make[3]: Nothing to be done for `install-data-am'.
/bin/sh ../../libtool --mode=install /usr/bin/install -c
libxmlsec1-openssl.la '/usr/local/Cellar/libxmlsec1/1.2.19/lib'
libtool: install: /usr/bin/install -c .libs/libxmlsec1-openssl.1.dylib
/usr/local/Cellar/libxmlsec1/1.2.19/lib/libxmlsec1-openssl.1.dylib
libtool: install: (cd /usr/local/Cellar/libxmlsec1/1.2.19/lib && { ln -s -f
libxmlsec1-openssl.1.dylib libxmlsec1-openssl.dylib || { rm -f
libxmlsec1-openssl.dylib && ln -s libxmlsec1-openssl.1.dylib
libxmlsec1-openssl.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libxmlsec1-openssl.lai
/usr/local/Cellar/libxmlsec1/1.2.19/lib/libxmlsec1-openssl.la
libtool: install: /usr/bin/install -c .libs/libxmlsec1-openssl.a
/usr/local/Cellar/libxmlsec1/1.2.19/lib/libxmlsec1-openssl.a
libtool: install: chmod 644
/usr/local/Cellar/libxmlsec1/1.2.19/lib/libxmlsec1-openssl.a
libtool: install: ranlib
/usr/local/Cellar/libxmlsec1/1.2.19/lib/libxmlsec1-openssl.a
Making install in apps
CC xmlsec.o
CC crypto.o
CC cmdline.o
CCLD xmlsec1
test -z "/usr/local/Cellar/libxmlsec1/1.2.19/bin" || .././install-sh -c -d
"/usr/local/Cellar/libxmlsec1/1.2.19/bin"
make[2]: Nothing to be done for `install-data-am'.
/bin/sh ../libtool --mode=install /usr/bin/install -c xmlsec1
'/usr/local/Cellar/libxmlsec1/1.2.19/bin'
libtool: install: /usr/bin/install -c .libs/xmlsec1
/usr/local/Cellar/libxmlsec1/1.2.19/bin/xmlsec1
Making install in man
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/libxmlsec1/1.2.19/share/man/man1" || .././install-sh
-c -d "/usr/local/Cellar/libxmlsec1/1.2.19/share/man/man1"
/usr/bin/install -c -m 644 xmlsec1.1 xmlsec1-config.1
'/usr/local/Cellar/libxmlsec1/1.2.19/share/man/man1'
Making install in docs
Making install in api
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh /private/tmp/libxmlsec1-AFZX/xmlsec1-1.2.19/install-sh -d
/usr/local/Cellar/libxmlsec1/1.2.19/share/doc/xmlsec1
/bin/sh /private/tmp/libxmlsec1-AFZX/xmlsec1-1.2.19/install-sh -d
/usr/local/Cellar/libxmlsec1/1.2.19/share/doc/xmlsec1/images
/bin/sh /private/tmp/libxmlsec1-AFZX/xmlsec1-1.2.19/install-sh -d
/usr/local/Cellar/libxmlsec1/1.2.19/share/doc/xmlsec1/api
/bin/sh /private/tmp/libxmlsec1-AFZX/xmlsec1-1.2.19/install-sh -d
/usr/local/Cellar/libxmlsec1/1.2.19/share/doc/xmlsec1/api/images
/usr/bin/install -c -m 0644 ./*.html
/usr/local/Cellar/libxmlsec1/1.2.19/share/doc/xmlsec1
/usr/bin/install -c -m 0644 ./images/*.gif ./images/*.png
/usr/local/Cellar/libxmlsec1/1.2.19/share/doc/xmlsec1/images
/usr/bin/install -c -m 0644 ./api/*.html ./api/*.png ./api/*.sgml
/usr/local/Cellar/libxmlsec1/1.2.19/share/doc/xmlsec1/api
/usr/bin/install -c -m 0644 ./api/images/*.png
/usr/local/Cellar/libxmlsec1/1.2.19/share/doc/xmlsec1/api/images
test -z "/usr/local/Cellar/libxmlsec1/1.2.19/bin" || ./install-sh -c -d
"/usr/local/Cellar/libxmlsec1/1.2.19/bin"
test -z "/usr/local/Cellar/libxmlsec1/1.2.19/lib" || ./install-sh -c -d
"/usr/local/Cellar/libxmlsec1/1.2.19/lib"
test -z "/usr/local/Cellar/libxmlsec1/1.2.19/share/aclocal" || ./install-sh -c
-d "/usr/local/Cellar/libxmlsec1/1.2.19/share/aclocal"
test -z "/usr/local/Cellar/libxmlsec1/1.2.19/lib/pkgconfig" || ./install-sh -c
-d "/usr/local/Cellar/libxmlsec1/1.2.19/lib/pkgconfig"
/usr/bin/install -c xmlsec1-config '/usr/local/Cellar/libxmlsec1/1.2.19/bin'
/usr/bin/install -c -m 644 xmlsec1Conf.sh
'/usr/local/Cellar/libxmlsec1/1.2.19/lib'
/usr/bin/install -c -m 644 xmlsec1.m4
'/usr/local/Cellar/libxmlsec1/1.2.19/share/aclocal'
/usr/bin/install -c -m 644 xmlsec1.pc xmlsec1-openssl.pc
'/usr/local/Cellar/libxmlsec1/1.2.19/lib/pkgconfig'
==> Cleaning
rm /usr/local/Cellar/libxmlsec1/1.2.19/lib/libxmlsec1.la
rm /usr/local/Cellar/libxmlsec1/1.2.19/lib/libxmlsec1-openssl.la
==> Finishing up
ln -s ../Cellar/libxmlsec1/1.2.19/bin/xmlsec1-config xmlsec1-config
ln -s ../Cellar/libxmlsec1/1.2.19/bin/xmlsec1 xmlsec1
ln -s ../Cellar/libxmlsec1/1.2.19/include/xmlsec1 xmlsec1
ln -s ../../../Cellar/libxmlsec1/1.2.19/share/man/man1/xmlsec1.1 xmlsec1.1
ln -s ../../../Cellar/libxmlsec1/1.2.19/share/man/man1/xmlsec1-config.1
xmlsec1-config.1
ln -s ../../Cellar/libxmlsec1/1.2.19/share/doc/xmlsec1 xmlsec1
ln -s ../../Cellar/libxmlsec1/1.2.19/share/aclocal/xmlsec1.m4 xmlsec1.m4
ln -s ../Cellar/libxmlsec1/1.2.19/lib/xmlsec1Conf.sh xmlsec1Conf.sh
ln -s ../../Cellar/libxmlsec1/1.2.19/lib/pkgconfig/xmlsec1.pc xmlsec1.pc
ln -s ../../Cellar/libxmlsec1/1.2.19/lib/pkgconfig/xmlsec1-openssl.pc
xmlsec1-openssl.pc
ln -s ../Cellar/libxmlsec1/1.2.19/lib/libxmlsec1.dylib libxmlsec1.dylib
ln -s ../Cellar/libxmlsec1/1.2.19/lib/libxmlsec1.a libxmlsec1.a
ln -s ../Cellar/libxmlsec1/1.2.19/lib/libxmlsec1.1.dylib libxmlsec1.1.dylib
ln -s ../Cellar/libxmlsec1/1.2.19/lib/libxmlsec1-openssl.dylib
libxmlsec1-openssl.dylib
ln -s ../Cellar/libxmlsec1/1.2.19/lib/libxmlsec1-openssl.a libxmlsec1-openssl.a
ln -s ../Cellar/libxmlsec1/1.2.19/lib/libxmlsec1-openssl.1.dylib
libxmlsec1-openssl.1.dylib
ln -s ../../Cellar/libxmlsec1/1.2.19 libxmlsec1
ln -s ../Cellar/libxmlsec1/1.2.19 libxmlsec1
==> Summary
ðº /usr/local/Cellar/libxmlsec1/1.2.19: 202 files, 9.9M, built in 16 seconds
Thanks, Ryan |
_______________________________________________ xmlsec mailing list [email protected] http://www.aleksey.com/mailman/listinfo/xmlsec
