vim with_perl spec problem and possible solution

2005-03-25 Thread Scott Cruzen
I tried to build a perl enabled vim with openpkg rpm --define 'with_perl yes' --rebuild vim-6.3.62-2.3.0.src.rpm but the resulting rpm claims that with_perl is yes, but executing vim --version shows, -perl. I edited the spec file as follows: --- /openpkg/RPM/SRC/vim/vim.spec~

Re: closed user group chatting and logging

2005-04-08 Thread Scott Cruzen
Would using a channel key on irc do what you need? Otherwise, check out these: silc: http://www.silcnet.org/ gale: http://www.gale.org/ I'm not sure if either does what you need, but I hope this helps. * Thomas Lotterer [EMAIL PROTECTED] [050408 05:26]: Hi, I want to setup a closed user

CURRENT: m4 and libiconv both contain /openpkg/lib/charset.alias

2007-05-02 Thread Scott Cruzen
rpm -Uvh /openpkg/RPM/PKG/m4-1.4.9-20070324.amd64-solaris10-openpkg.rpm Preparing...### [100%] file /openpkg/lib/charset.alias from install of m4-1.4.9-20070324 conflicts with file from package libiconv-1.11-20061013 Apparently

CURRENT: arptools and libpcap

2007-05-07 Thread Scott Cruzen
openpkg build arptools | sh fails on Solaris 10/amd64 (32 bit) adding LIBS=-lnsl -lsocket to the configure line seems to fix it. configure:5199: checking for pcap_open_live in -lpcap configure:5234: /openpkg/bin/cc -o conftest -O2 -pipe -I/openpkg/include -L/openpkg/lib conftest.c -lpcap 5

Re: CURRENT: arptools and libpcap

2007-05-08 Thread Scott Cruzen
* Ralf S. Engelschall [EMAIL PROTECTED] [070507 23:20]: On Mon, May 07, 2007, Scott Cruzen wrote: openpkg build arptools | sh fails on Solaris 10/amd64 (32 bit) adding LIBS=-lnsl -lsocket to the configure line seems to fix it. Thanks for the hint. Now fixed. Thanks for fixing

perl-xml and ncurses minor issues on sol 10

2008-05-09 Thread Scott Cruzen
perl-xml contains HTML-Table-2.08.tar.gz which has a funky gid value that /openpkg/lib/openpkg/tar refuses to extract. I fixed it by recreating the tar file. ncurses fails to build because it can't find libm because there's no static libm on Solaris 10. Fixed by adding --with-shared to the spec