Displaying 3 results from an estimated 3 matches for "urgl".
Did you mean:
url
2003 Jun 10
3
tftp server error
I have got a Solaris 9 package build from the latest tftp software at
ftp.kernel.org.
When I do the following:
./in.tftpd -l -s /tftpboot -m /tftprules -v
The tftp server does not start. The error in /var/adm/messages is
"too many -s directories".
If i do
./in.tftpd -l -s /tftpboot -v
then it works fine. But i need remap feature for my project.
The message I get when i do
2003 Jun 09
0
[patch] ./configure problem on Solaris
Hi,
I have a problem with tftpd-hpa on Solaris-8, in that the configure
script cannot find the regex engine.
This is because of the following in configure.in:
LIBXTRA=false
AC_SEARCH_LIBS(xmalloc, iberty, , LIBXTRA=true AC_LIBOBJ(xmalloc))
AC_SEARCH_LIBS(xstrdup, iberty, , LIBXTRA=true AC_LIBOBJ(xstrdup))
AC_SEARCH_LIBS(bsd_signal, bsd, , LIBXTRA=true AC_LIBOBJ(bsdsignal))
if $LIBXTRA; then
2003 Jun 09
1
[patch] ./configure problem on Solaris with Sun's CC
Hi,
I have a problem with tftpd-hpa on Solaris-8, in that the configure
script cannot find the regex engine.
This is because of the following in configure.in:
LIBXTRA=false
AC_SEARCH_LIBS(xmalloc, iberty, , LIBXTRA=true AC_LIBOBJ(xmalloc))
AC_SEARCH_LIBS(xstrdup, iberty, , LIBXTRA=true AC_LIBOBJ(xstrdup))
AC_SEARCH_LIBS(bsd_signal, bsd, , LIBXTRA=true AC_LIBOBJ(bsdsignal))
if $LIBXTRA; then