I'm trying to update an ssh 1.2.27 to OpenSSH 3.0.2p1 and am running into a problem. I've successfully built zlib 1.1.4, OpenSSL 0.9.6c, and tcp_wrappers , but when I attempt to run configure, I get the error about the missing posix regex. So I attempted to download and use pcre (the Perl hack to expose perl regex to posix. But I can't build that since it calls strtoul() (string to unsigned long?) which doesn't exist on SunOS. Does anyone have a patch/workaround to avoid this? And no, I can't build glibc to snag its strtoul() since it doesn't have a SunOS port either. Thanks in advance, Jason Lacoss-Arnold TS/Unix Architecture 314-955-8501 *************************************************************************************** WARNING: All e-mail sent to and from this address will be received or otherwise recorded by the A.G. Edwards corporate e-mail system and is subject to archival, monitoring or review by, and/or disclosure to, someone other than the recipient. *************************************************************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20020325/dcb9540a/attachment.html
3.1p1 no longer needs pcre or any regexp code. - Ben On Mon, 25 Mar 2002, Lacoss-Arnold, Jason wrote:> I'm trying to update an ssh 1.2.27 to OpenSSH 3.0.2p1 and am running into a > problem. > I've successfully built zlib 1.1.4, OpenSSL 0.9.6c, and tcp_wrappers , but > when I attempt to run configure, I get the error about the missing posix > regex. So I attempted to download and use pcre (the Perl hack to expose > perl regex to posix. But I can't build that since it calls strtoul() > (string to unsigned long?) which doesn't exist on SunOS. Does anyone have a > patch/workaround to avoid this? And no, I can't build glibc to snag its > strtoul() since it doesn't have a SunOS port either. > > Thanks in advance, > Jason Lacoss-Arnold > TS/Unix Architecture > 314-955-8501 > > > > *************************************************************************************** > WARNING: All e-mail sent to and from this address will be received or > otherwise recorded by the A.G. Edwards corporate e-mail system and is > subject to archival, monitoring or review by, and/or disclosure to, > someone other than the recipient. > *************************************************************************************** >
On Mon, Mar 25, 2002 at 03:06:38PM -0600, Lacoss-Arnold, Jason wrote:> > I'm trying to update an ssh 1.2.27 to OpenSSH 3.0.2p1 and am running > into a problem. > I've successfully built zlib 1.1.4, OpenSSL 0.9.6c, and tcp_wrappers , > but when I attempt to run configure, I get the error about the missing > posix regex. So I attempted to download and use pcre (the Perl hack > to expose perl regex to posix. But I can't build that since it calls > strtoul() (string to unsigned long?) which doesn't exist on SunOS. > Does anyone have a patch/workaround to avoid this? And no, I can't > build glibc to snag its strtoul() since it doesn't have a SunOS port > either.It was a few months ago that I build it, but it seems that it only uses strtoul in the file pcretest.c (which is only for testing) so I just changed it to strtol and it build fine. (and works with openssh) Jim -- Jim Mintha Email: j.t.mintha at uva.nl System Administrator Work: +31 20 525-4919 Informatiseringscentrum Home: +31 20 662-3892 University of Amsterdam Debian GNU/Linux: jmintha at debian.org _There are always Possibilities_ http://jim.ultralinux.org