* qmail compile problem
@ Igor Gueths
` Gregory Nowak
` Joseph C. Lininger
0 siblings, 2 replies; 9+ messages in thread
From: Igor Gueths @ UTC (permalink / raw)
To: speakup
Hi all. I am currently trying to compile Qmail-1.0.3. I figured I would
switch MTA's since I am going to be running my own domain. However I am
running into a compile problem, here's the relevant part of the output.
./load qmail-remote control.o constmap.o timeoutread.o \
timeoutwrite.o timeoutconn.o tcpto.o now.o dns.o ip.o \
ipalloc.o ipme.o quote.o ndelay.a case.a sig.a open.a \
lock.a seek.a getln.a stralloc.a alloc.a substdio.a error.a \
str.a fs.a auto_qmail.o `cat dns.lib` `cat socket.lib`
dns.o: In function `resolve':
dns.o(.text+0x11f): undefined reference to `__dn_expand'
dns.o: In function `findname':
dns.o(.text+0x1f4): undefined reference to `__dn_expand'
dns.o(.text+0x28f): undefined reference to `__dn_expand'
dns.o: In function `findip':
dns.o(.text+0x304): undefined reference to `__dn_expand'
dns.o: In function `findmx':
dns.o(.text+0x417): undefined reference to `__dn_expand'
dns.o(.text+0x4d7): more undefined references to `__dn_expand' follow
dns.o: In function `dns_init':
dns.o(.text+0x513): undefined reference to `__res_search'
dns.o(.data+0xc): undefined reference to `__res_query'
collect2: ld returned 1 exit status
make: *** [qmail-remote] Error 1
I am not exactly sure as to what ld is looking for. Does anyone know what
ld is trying to find and can't seem to locate? Thanks!
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: qmail compile problem
qmail compile problem Igor Gueths
@ ` Gregory Nowak
` Igor Gueths
` Joseph C. Lininger
` Joseph C. Lininger
1 sibling, 2 replies; 9+ messages in thread
From: Gregory Nowak @ UTC (permalink / raw)
To: speakup
What's your gcc and ld version?
I've got gcc 3.2.2 and ld GNU ld version 2.13.90.0.18 20030121, and
qmail 1.03 compiles with no problems under slackware .
In fact, I've been compiling qmail since slackware 8.0 with no
problems.
Greg
On Mon, Oct 13, 2003 at 11:49:52PM -0400, Igor Gueths wrote:
> Hi all. I am currently trying to compile Qmail-1.0.3. I figured I would
> switch MTA's since I am going to be running my own domain. However I am
> running into a compile problem, here's the relevant part of the output.
> ./load qmail-remote control.o constmap.o timeoutread.o \
> timeoutwrite.o timeoutconn.o tcpto.o now.o dns.o ip.o \
> ipalloc.o ipme.o quote.o ndelay.a case.a sig.a open.a \
> lock.a seek.a getln.a stralloc.a alloc.a substdio.a error.a \
> str.a fs.a auto_qmail.o `cat dns.lib` `cat socket.lib`
> dns.o: In function `resolve':
> dns.o(.text+0x11f): undefined reference to `__dn_expand'
> dns.o: In function `findname':
> dns.o(.text+0x1f4): undefined reference to `__dn_expand'
> dns.o(.text+0x28f): undefined reference to `__dn_expand'
> dns.o: In function `findip':
> dns.o(.text+0x304): undefined reference to `__dn_expand'
> dns.o: In function `findmx':
> dns.o(.text+0x417): undefined reference to `__dn_expand'
> dns.o(.text+0x4d7): more undefined references to `__dn_expand' follow
> dns.o: In function `dns_init':
> dns.o(.text+0x513): undefined reference to `__res_search'
> dns.o(.data+0xc): undefined reference to `__res_query'
> collect2: ld returned 1 exit status
> make: *** [qmail-remote] Error 1
>
> I am not exactly sure as to what ld is looking for. Does anyone know what
> ld is trying to find and can't seem to locate? Thanks!
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
--
Free domains: http://www.eu.org/ or mail dns-manager@EU.org
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: qmail compile problem
` Gregory Nowak
@ ` Igor Gueths
` Toby Fisher
` Joseph C. Lininger
1 sibling, 1 reply; 9+ messages in thread
From: Igor Gueths @ UTC (permalink / raw)
To: speakup
Well looks like I will have to upgrade my ld. I currently have gcc-3.3 and
ld 2.12.90.0.1 20020307
I did everything as directed in the INSTALL that came with Qmail-1.0.3.
Not sure where ld is failing. Anyone have any ideas?
On Mon, 13 Oct 2003, Gregory Nowak wrote:
> What's your gcc and ld version?
>
> I've got gcc 3.2.2 and ld GNU ld version 2.13.90.0.18 20030121, and
> qmail 1.03 compiles with no problems under slackware .
>
> In fact, I've been compiling qmail since slackware 8.0 with no
> problems.
>
> Greg
>
>
> On Mon, Oct 13, 2003 at 11:49:52PM -0400, Igor Gueths wrote:
> > Hi all. I am currently trying to compile Qmail-1.0.3. I figured I would
> > switch MTA's since I am going to be running my own domain. However I am
> > running into a compile problem, here's the relevant part of the output.
> > ./load qmail-remote control.o constmap.o timeoutread.o \
> > timeoutwrite.o timeoutconn.o tcpto.o now.o dns.o ip.o \
> > ipalloc.o ipme.o quote.o ndelay.a case.a sig.a open.a \
> > lock.a seek.a getln.a stralloc.a alloc.a substdio.a error.a \
> > str.a fs.a auto_qmail.o `cat dns.lib` `cat socket.lib`
> > dns.o: In function `resolve':
> > dns.o(.text+0x11f): undefined reference to `__dn_expand'
> > dns.o: In function `findname':
> > dns.o(.text+0x1f4): undefined reference to `__dn_expand'
> > dns.o(.text+0x28f): undefined reference to `__dn_expand'
> > dns.o: In function `findip':
> > dns.o(.text+0x304): undefined reference to `__dn_expand'
> > dns.o: In function `findmx':
> > dns.o(.text+0x417): undefined reference to `__dn_expand'
> > dns.o(.text+0x4d7): more undefined references to `__dn_expand' follow
> > dns.o: In function `dns_init':
> > dns.o(.text+0x513): undefined reference to `__res_search'
> > dns.o(.data+0xc): undefined reference to `__res_query'
> > collect2: ld returned 1 exit status
> > make: *** [qmail-remote] Error 1
> >
> > I am not exactly sure as to what ld is looking for. Does anyone know what
> > ld is trying to find and can't seem to locate? Thanks!
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> --
> Free domains: http://www.eu.org/ or mail dns-manager@EU.org
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: qmail compile problem
` Igor Gueths
@ ` Toby Fisher
` Alex Snow
0 siblings, 1 reply; 9+ messages in thread
From: Toby Fisher @ UTC (permalink / raw)
To: speakup
On Tue, 14 Oct 2003, Igor Gueths wrote:
> Well looks like I will have to upgrade my ld. I currently have gcc-3.3 and
> ld 2.12.90.0.1 20020307
Arg! Not the dreaded Gcc-3,3?!
Oh dear...
There have been problems with it I believe, Gentoo hasn't put it up for
upgrade, we have Gcc-3,2,3 insstead.
Cheers.
--
Toby Fisher Email: toby@tjfisher.co.uk
Tel.: +44(0)1480 417272 Mobile: +44(0)7974 363239
ICQ: #61744808
Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: qmail compile problem
` Toby Fisher
@ ` Alex Snow
0 siblings, 0 replies; 9+ messages in thread
From: Alex Snow @ UTC (permalink / raw)
To: speakup
slackware hasn't included it with it's distro yet either. I do think
it is in the testing dir but I don't think it's recomended.
On Wed, Oct
15, 2003 at 12:31:38PM +0100, Toby Fisher wrote:
> On Tue, 14 Oct 2003, Igor Gueths wrote:
>
> > Well looks like I will have to upgrade my ld. I currently have gcc-3.3 and
> > ld 2.12.90.0.1 20020307
>
> Arg! Not the dreaded Gcc-3,3?!
>
> Oh dear...
>
> There have been problems with it I believe, Gentoo hasn't put it up for
> upgrade, we have Gcc-3,2,3 insstead.
>
> Cheers.
>
> --
> Toby Fisher Email: toby@tjfisher.co.uk
> Tel.: +44(0)1480 417272 Mobile: +44(0)7974 363239
> ICQ: #61744808
> Please avoid sending me Word or PowerPoint attachments.
> See http://www.fsf.org/philosophy/no-word-attachments.html
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
--
Who is General Failure and why is he reading my hard disk?
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: qmail compile problem
` Gregory Nowak
` Igor Gueths
@ ` Joseph C. Lininger
` Alex Snow
1 sibling, 1 reply; 9+ messages in thread
From: Joseph C. Lininger @ UTC (permalink / raw)
To: speakup
Adding on to what I said before, those of you using qmail or any of DJB's
other software need to apply patches if you want to run it with any version
of glibc 2.3.1 or later. If you've already got the software compiled, I
recommend applying these patches and recompiling because supposedly the
software doesn't operate correctly once you upgrade your glibc.
--
Joseph C. Lininger
jbahm@pcdesk.net
----- Original Message -----
From: "Gregory Nowak" <greg@romuald.net.eu.org>
To: <speakup@braille.uwo.ca>
Sent: Monday, October 13, 2003 10:30 PM
Subject: Re: qmail compile problem
> What's your gcc and ld version?
>
> I've got gcc 3.2.2 and ld GNU ld version 2.13.90.0.18 20030121, and
> qmail 1.03 compiles with no problems under slackware .
>
> In fact, I've been compiling qmail since slackware 8.0 with no
> problems.
>
> Greg
>
>
> On Mon, Oct 13, 2003 at 11:49:52PM -0400, Igor Gueths wrote:
> > Hi all. I am currently trying to compile Qmail-1.0.3. I figured I would
> > switch MTA's since I am going to be running my own domain. However I am
> > running into a compile problem, here's the relevant part of the output.
> > ./load qmail-remote control.o constmap.o timeoutread.o \
> > timeoutwrite.o timeoutconn.o tcpto.o now.o dns.o ip.o \
> > ipalloc.o ipme.o quote.o ndelay.a case.a sig.a open.a \
> > lock.a seek.a getln.a stralloc.a alloc.a substdio.a error.a \
> > str.a fs.a auto_qmail.o `cat dns.lib` `cat socket.lib`
> > dns.o: In function `resolve':
> > dns.o(.text+0x11f): undefined reference to `__dn_expand'
> > dns.o: In function `findname':
> > dns.o(.text+0x1f4): undefined reference to `__dn_expand'
> > dns.o(.text+0x28f): undefined reference to `__dn_expand'
> > dns.o: In function `findip':
> > dns.o(.text+0x304): undefined reference to `__dn_expand'
> > dns.o: In function `findmx':
> > dns.o(.text+0x417): undefined reference to `__dn_expand'
> > dns.o(.text+0x4d7): more undefined references to `__dn_expand' follow
> > dns.o: In function `dns_init':
> > dns.o(.text+0x513): undefined reference to `__res_search'
> > dns.o(.data+0xc): undefined reference to `__res_query'
> > collect2: ld returned 1 exit status
> > make: *** [qmail-remote] Error 1
> >
> > I am not exactly sure as to what ld is looking for. Does anyone know
what
> > ld is trying to find and can't seem to locate? Thanks!
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> --
> Free domains: http://www.eu.org/ or mail dns-manager@EU.org
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: qmail compile problem
` Joseph C. Lininger
@ ` Alex Snow
` Joseph C. Lininger
0 siblings, 1 reply; 9+ messages in thread
From: Alex Snow @ UTC (permalink / raw)
To: speakup
where would someone find these patches?On Tue, Oct 14, 2003 at
02:15:33PM -0600, Joseph C. Lininger wrote:
> Adding on to what I said before, those of you using qmail or any of DJB's
> other software need to apply patches if you want to run it with any version
> of glibc 2.3.1 or later. If you've already got the software compiled, I
> recommend applying these patches and recompiling because supposedly the
> software doesn't operate correctly once you upgrade your glibc.
> --
> Joseph C. Lininger
> jbahm@pcdesk.net
> ----- Original Message -----
> From: "Gregory Nowak" <greg@romuald.net.eu.org>
> To: <speakup@braille.uwo.ca>
> Sent: Monday, October 13, 2003 10:30 PM
> Subject: Re: qmail compile problem
>
>
> > What's your gcc and ld version?
> >
> > I've got gcc 3.2.2 and ld GNU ld version 2.13.90.0.18 20030121, and
> > qmail 1.03 compiles with no problems under slackware .
> >
> > In fact, I've been compiling qmail since slackware 8.0 with no
> > problems.
> >
> > Greg
> >
> >
> > On Mon, Oct 13, 2003 at 11:49:52PM -0400, Igor Gueths wrote:
> > > Hi all. I am currently trying to compile Qmail-1.0.3. I figured I would
> > > switch MTA's since I am going to be running my own domain. However I am
> > > running into a compile problem, here's the relevant part of the output.
> > > ./load qmail-remote control.o constmap.o timeoutread.o \
> > > timeoutwrite.o timeoutconn.o tcpto.o now.o dns.o ip.o \
> > > ipalloc.o ipme.o quote.o ndelay.a case.a sig.a open.a \
> > > lock.a seek.a getln.a stralloc.a alloc.a substdio.a error.a \
> > > str.a fs.a auto_qmail.o `cat dns.lib` `cat socket.lib`
> > > dns.o: In function `resolve':
> > > dns.o(.text+0x11f): undefined reference to `__dn_expand'
> > > dns.o: In function `findname':
> > > dns.o(.text+0x1f4): undefined reference to `__dn_expand'
> > > dns.o(.text+0x28f): undefined reference to `__dn_expand'
> > > dns.o: In function `findip':
> > > dns.o(.text+0x304): undefined reference to `__dn_expand'
> > > dns.o: In function `findmx':
> > > dns.o(.text+0x417): undefined reference to `__dn_expand'
> > > dns.o(.text+0x4d7): more undefined references to `__dn_expand' follow
> > > dns.o: In function `dns_init':
> > > dns.o(.text+0x513): undefined reference to `__res_search'
> > > dns.o(.data+0xc): undefined reference to `__res_query'
> > > collect2: ld returned 1 exit status
> > > make: *** [qmail-remote] Error 1
> > >
> > > I am not exactly sure as to what ld is looking for. Does anyone know
> what
> > > ld is trying to find and can't seem to locate? Thanks!
> > >
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
> > --
> > Free domains: http://www.eu.org/ or mail dns-manager@EU.org
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
--
Who is General Failure and why is he reading my hard disk?
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: qmail compile problem
` Alex Snow
@ ` Joseph C. Lininger
0 siblings, 0 replies; 9+ messages in thread
From: Joseph C. Lininger @ UTC (permalink / raw)
To: speakup
I can send them to you if you like.
--
Joseph C. Lininger
jbahm@pcdesk.net
----- Original Message -----
From: "Alex Snow" <alex_snow@gmx.net>
To: <speakup@braille.uwo.ca>
Sent: Wednesday, October 15, 2003 4:27 AM
Subject: Re: qmail compile problem
> where would someone find these patches?On Tue, Oct 14, 2003 at
> 02:15:33PM -0600, Joseph C. Lininger wrote:
> > Adding on to what I said before, those of you using qmail or any of
DJB's
> > other software need to apply patches if you want to run it with any
version
> > of glibc 2.3.1 or later. If you've already got the software compiled, I
> > recommend applying these patches and recompiling because supposedly the
> > software doesn't operate correctly once you upgrade your glibc.
> > --
> > Joseph C. Lininger
> > jbahm@pcdesk.net
> > ----- Original Message -----
> > From: "Gregory Nowak" <greg@romuald.net.eu.org>
> > To: <speakup@braille.uwo.ca>
> > Sent: Monday, October 13, 2003 10:30 PM
> > Subject: Re: qmail compile problem
> >
> >
> > > What's your gcc and ld version?
> > >
> > > I've got gcc 3.2.2 and ld GNU ld version 2.13.90.0.18 20030121, and
> > > qmail 1.03 compiles with no problems under slackware .
> > >
> > > In fact, I've been compiling qmail since slackware 8.0 with no
> > > problems.
> > >
> > > Greg
> > >
> > >
> > > On Mon, Oct 13, 2003 at 11:49:52PM -0400, Igor Gueths wrote:
> > > > Hi all. I am currently trying to compile Qmail-1.0.3. I figured I
would
> > > > switch MTA's since I am going to be running my own domain. However I
am
> > > > running into a compile problem, here's the relevant part of the
output.
> > > > ./load qmail-remote control.o constmap.o timeoutread.o \
> > > > timeoutwrite.o timeoutconn.o tcpto.o now.o dns.o ip.o \
> > > > ipalloc.o ipme.o quote.o ndelay.a case.a sig.a open.a \
> > > > lock.a seek.a getln.a stralloc.a alloc.a substdio.a error.a \
> > > > str.a fs.a auto_qmail.o `cat dns.lib` `cat socket.lib`
> > > > dns.o: In function `resolve':
> > > > dns.o(.text+0x11f): undefined reference to `__dn_expand'
> > > > dns.o: In function `findname':
> > > > dns.o(.text+0x1f4): undefined reference to `__dn_expand'
> > > > dns.o(.text+0x28f): undefined reference to `__dn_expand'
> > > > dns.o: In function `findip':
> > > > dns.o(.text+0x304): undefined reference to `__dn_expand'
> > > > dns.o: In function `findmx':
> > > > dns.o(.text+0x417): undefined reference to `__dn_expand'
> > > > dns.o(.text+0x4d7): more undefined references to `__dn_expand'
follow
> > > > dns.o: In function `dns_init':
> > > > dns.o(.text+0x513): undefined reference to `__res_search'
> > > > dns.o(.data+0xc): undefined reference to `__res_query'
> > > > collect2: ld returned 1 exit status
> > > > make: *** [qmail-remote] Error 1
> > > >
> > > > I am not exactly sure as to what ld is looking for. Does anyone know
> > what
> > > > ld is trying to find and can't seem to locate? Thanks!
> > > >
> > > > _______________________________________________
> > > > Speakup mailing list
> > > > Speakup@braille.uwo.ca
> > > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > >
> > > --
> > > Free domains: http://www.eu.org/ or mail dns-manager@EU.org
> > >
> > >
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > >
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> --
>
>
> Who is General Failure and why is he reading my hard disk?
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: qmail compile problem
qmail compile problem Igor Gueths
` Gregory Nowak
@ ` Joseph C. Lininger
1 sibling, 0 replies; 9+ messages in thread
From: Joseph C. Lininger @ UTC (permalink / raw)
To: speakup
Hello,
If you are using glibc 2.3.1 or later, the compile will bomb out with an
error like this due to a declaration error. To fix it, you need to install a
couple of patches. If you like, I can either send you the patches or the
source code itself with the patches already applied.
--
Joseph C. Lininger
jbahm@pcdesk.net
----- Original Message -----
From: "Igor Gueths" <igueths@comcast.net>
To: <speakup@braille.uwo.ca>
Sent: Monday, October 13, 2003 9:49 PM
Subject: qmail compile problem
> Hi all. I am currently trying to compile Qmail-1.0.3. I figured I would
> switch MTA's since I am going to be running my own domain. However I am
> running into a compile problem, here's the relevant part of the output.
> ./load qmail-remote control.o constmap.o timeoutread.o \
> timeoutwrite.o timeoutconn.o tcpto.o now.o dns.o ip.o \
> ipalloc.o ipme.o quote.o ndelay.a case.a sig.a open.a \
> lock.a seek.a getln.a stralloc.a alloc.a substdio.a error.a \
> str.a fs.a auto_qmail.o `cat dns.lib` `cat socket.lib`
> dns.o: In function `resolve':
> dns.o(.text+0x11f): undefined reference to `__dn_expand'
> dns.o: In function `findname':
> dns.o(.text+0x1f4): undefined reference to `__dn_expand'
> dns.o(.text+0x28f): undefined reference to `__dn_expand'
> dns.o: In function `findip':
> dns.o(.text+0x304): undefined reference to `__dn_expand'
> dns.o: In function `findmx':
> dns.o(.text+0x417): undefined reference to `__dn_expand'
> dns.o(.text+0x4d7): more undefined references to `__dn_expand' follow
> dns.o: In function `dns_init':
> dns.o(.text+0x513): undefined reference to `__res_search'
> dns.o(.data+0xc): undefined reference to `__res_query'
> collect2: ld returned 1 exit status
> make: *** [qmail-remote] Error 1
>
> I am not exactly sure as to what ld is looking for. Does anyone know what
> ld is trying to find and can't seem to locate? Thanks!
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
qmail compile problem Igor Gueths
` Gregory Nowak
` Igor Gueths
` Toby Fisher
` Alex Snow
` Joseph C. Lininger
` Alex Snow
` Joseph C. Lininger
` Joseph C. Lininger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).