Unresolved symbol

2004-12-03 Thread jack kinnon
Hi,   I think my syslog problem is more fundamental than I had thought.   When I try to re-build the kernel, I encountered   depmod: Unresolved symbol ...   There are about 10 of these spread through .../drivers/.., .../fs/.. and ../net/atm/..   Are some files missing somewhere?   Jack   Do you

moddep *** unresolved symbol

2003-11-12 Thread Gianpaolo Serafini
eb file. When I unpack it (using dpkg -i...) I getting lots of messages like "depmod unresolved symbol " of course the boot with that kernel was a tragedy. The msystem ware I build the sources is a Debian woody. I tried to change gcc version I used both 3.2 as 2.95 getting the same

unresolved symbol in modules?

2003-09-17 Thread ingirafn
Hello, I have been trying to make a kernel image with make-kpkg and nvidia modules. There is a Unresolved symbol in /lib/modules/2.4.22-1-686-smp/kernel/drivers/atm/he.o Can anyone tell me what that is? I have not found docs about the he.o module if it is one.. Ingirafn -- To UNSUBSCRIBE

Re: Unresolved symbol erros, just compiled 2.4.21

2003-06-28 Thread Rob Weir
ain modules using modprobe, I get unresolved symbol errors > though: > # modprobe ipv6 > /lib/modules/2.4.21/kernel/net/ipv6/ipv6.o: unresolved symbol nf_hooks > /lib/modules/2.4.21/kernel/net/ipv6/ipv6.o: unresolved symbol nf_setsockopt > /lib/modules/2.4.21/kernel/net/ipv6/ipv6.o: unres

Unresolved symbol erros, just compiled 2.4.21

2003-06-23 Thread Z_God
Hi, I'm using Debian 3.0 Woody and I just compiled 2.4.21 according to this page: http://www.linmagau.org/modules.php?op=modload&name=Sections&file=index&req=viewarticle&artid=158 When I load certain modules using modprobe, I get unresolved symbol errors though: # modpr

unresolved symbol in bridge.o

2003-06-19 Thread franca . d
e/bridge.o /lib/modules/2.4.20/kernel/net/bridge/bridge.o: unresolved symbol br_ioctl_hook /lib/modules/2.4.20/kernel/net/bridge/bridge.o: unresolved symbol br_handle_frame_hook I don't know why these symbols are not recognized. Is it a problem of the kernel version ?? Thanks in advance

Re: Unresolved symbol umoddi3 in sendmail

2003-02-17 Thread Colin Watson
On Mon, Feb 17, 2003 at 07:20:23PM +1100, Rob Weir wrote: > On Thu, Feb 13, 2003 at 07:09:03PM +, Colin Watson wrote: > > On Thu, Feb 13, 2003 at 09:51:25AM -0800, Bruce Pinsky wrote: > > > I've recently installed Debian 3.0 on my SPARC. Initial install went fine > > > however since updating

Re: Unresolved symbol umoddi3 in sendmail

2003-02-17 Thread Rob Weir
On Thu, Feb 13, 2003 at 07:09:03PM +, Colin Watson wrote: > On Thu, Feb 13, 2003 at 09:51:25AM -0800, Bruce Pinsky wrote: > > I've recently installed Debian 3.0 on my SPARC. Initial install went fine > > however since updating and upgrading my packages, sendmail fails to start > > with the f

Re: Unresolved symbol umoddi3 in sendmail

2003-02-13 Thread Colin Watson
On Thu, Feb 13, 2003 at 09:51:25AM -0800, Bruce Pinsky wrote: > I've recently installed Debian 3.0 on my SPARC. Initial install went fine > however since updating and upgrading my packages, sendmail fails to start > with the following error: > > sendmail: relocation error: sendmail: undefined s

Unresolved symbol umoddi3 in sendmail

2003-02-13 Thread Bruce Pinsky
I've recently installed Debian 3.0 on my SPARC. Initial install went fine however since updating and upgrading my packages, sendmail fails to start with the following error: sendmail: relocation error: sendmail: undefined symbol: __umoddi3 Searched around the archives and on google with leads

Re: woody and gcc 3.0 unresolved symbol "new" with c++ program

2002-02-10 Thread hanasaki
Thanks to you all that helped out. Both solutions below work. Anton Graham wrote: Submitted 07-Feb-02 by hanasaki: I am getting the following errors when gcc links the program I am compiling. What libs do I need to make the linker happy? errors: /tmp/ccgPzIMj.o: In function `main': /tmp/cc

Re: woody and gcc 3.0 unresolved symbol "new" with c++ program

2002-02-10 Thread Anton Graham
Submitted 07-Feb-02 by hanasaki: > I am getting the following errors when gcc links the program I am > compiling. What libs do I need to make the linker happy? > > errors: > /tmp/ccgPzIMj.o: In function `main': > /tmp/ccgPzIMj.o(.text+0xf): undefined reference to `operator new(unsigned)' > /tmp/

woody and gcc 3.0 unresolved symbol "new" with c++ program

2002-02-07 Thread hanasaki
I am getting the following errors when gcc links the program I am compiling. What libs do I need to make the linker happy? errors: /tmp/ccgPzIMj.o: In function `main': /tmp/ccgPzIMj.o(.text+0xf): undefined reference to `operator new(unsigned)' /tmp/ccgPzIMj.o(.text+0x3a): undefined reference to

Re: unresolved symbol in svgalib - a bug?

2001-12-20 Thread Colin Watson
On Thu, Dec 20, 2001 at 12:02:09PM -0800, Peter Jay Salzman wrote: > whenever an application uses svgalib, i get the error message: > > (application): relocation error: > /usr/lib/libc5-compat/libvga.so.1: undefined symbol _xstat Are you sure you don't want to have svgalibg1 (libc6 rather t

unresolved symbol in svgalib - a bug?

2001-12-20 Thread Peter Jay Salzman
hi there, whenever an application uses svgalib, i get the error message: (application): relocation error: /usr/lib/libc5-compat/libvga.so.1: undefined symbol _xstat i checked google and debian-user archives -- one person posted the same message awhile back, but no one replied to his post

Re: Unresolved Symbol: usb... but i deactivated it when making 'make menuconfig'

2001-08-14 Thread Michael Heldebrant
27;lilo -q' i reboot: the kernel boots fine till i get lots > and lots of unresolved symbol errors: > they start with misc and usb... now the funny thing is that i deactivated > usb in menuconfig... > > i also made a mrproper before make menuconf dep clean bzImage. >

Unresolved Symbol: usb... but i deactivated it when making 'make menuconfig'

2001-08-14 Thread Jörn Dreyer
clean, make bzImage, make modules, make modules_install. no errors till now... after copying the kernel to /boot/ and installing it with 'lilo' and 'lilo -q' i reboot: the kernel boots fine till i get lots and lots of unresolved symbol errors: they start with misc and usb...

Unresolved Symbol: usb... but i deactivated it when making 'make menuconfig'

2001-08-14 Thread Jörn Dreyer
clean, make bzImage, make modules, make modules_install. no errors till now... after copying the kernel to /boot/ and installing it with 'lilo' and 'lilo -q' i reboot: the kernel boots fine till i get lots and lots of unresolved symbol errors: they start with misc and usb...

Re: "unresolved symbol" in XFree86 4.0.3 FIXED

2001-06-22 Thread Jim Van Zandt
> 1) startx fails, with these messages: > > Symbol VBEInit from module /usr/X11R6/lib/modules/drivers/i810_drv.o is > unresolved! >... > 2) I was asked several configuration questions when I installed > xserver-xfree86. However, the configuration file > /etc/X11/XF86Config was

"unresolved symbol" in XFree86 4.0.3

2001-06-21 Thread Jim Van Zandt
I have i810 video, and just upgraded to XFree86 4.0.3 (xserver-xfree86 4.0.3-4) but it's not working. 1) startx fails, with these messages: Symbol VBEInit from module /usr/X11R6/lib/modules/drivers/i810_drv.o is unresolved! Symbol vbeDoEDID from module /usr/X11R6/lib/modules/dr

Re: do you know what may cause depmod: unresolved symbol?

2001-04-02 Thread eric
Mathias wrote: When I dpkg -i kernel-image242.deb I got error about depmod : Unresolved symbol Do you know how to fix that? Hi Eric! This error means that depmod is not shure whether it can use this symbol (part of a module like parameters). It can have much causes. I think you should

Re: do you know what may cause depmod: unresolved symbol?

2001-04-01 Thread Mathias
> When I dpkg -i kernel-image242.deb > I got error about depmod : Unresolved symbol > > Do you know how to fix that? Hi Eric! This error means that depmod is not shure whether it can use this symbol (part of a module like parameters). It can have much causes. I think you should

do you know what may cause depmod: unresolved symbol?

2001-04-01 Thread eric
Dear Ethan or any experieced debian linux user: When I dpkg -i kernel-image242.deb I got error about depmod : Unresolved symbol Do you know how to fix that? highly appreciate your tech help sincere eric ( I am in 2.2.18)

Re: how to avoid "unresolved symbol" when loading module

2000-08-27 Thread Eric G . Miller
insmod will *not* handle module dependencies. Try modprobe instead. -- Copyright © 2000 Megalomania Industries, Inc.

Re: how to avoid "unresolved symbol" when loading module

2000-08-27 Thread Tal Danzig
; > > I have: > - added a file to Debian's /etc/modutils/, > - run Debian's update-modules > - run depmod -a > > However, when I try to do "insmod sb", I get > > Using /lib/modules/2.2.17/misc/sb.o > /lib/modules/2.2.17/misc/sb.o

how to avoid "unresolved symbol" when loading module

2000-08-27 Thread Daniel Barclay
les/2.2.17/misc/sb.o /lib/modules/2.2.17/misc/sb.o: unresolved symbol midi_synth_send_sysex_Rfddcbfb3 /lib/modules/2.2.17/misc/sb.o: unresolved symbol probe_uart401_R6467f99b /lib/modules/2.2.17/misc/sb.o: unresolved symbol DMAbuf_inputintr_Reb315d99 ... Is insmod still supposed to handle module d

Kernel problems (was: Re: Unresolved Symbol?)

2000-07-07 Thread Jeronimo Pellegrini
:: On Fri, 7 Jul 2000 23:11:01 +0200 (MET DST), Rolf Schillinger <[EMAIL PROTECTED]> said: Oh, well, I suspected it could be the kernel. Indeed - I tried test2 twice, and had some serious filesystem problems at both times. I also thought it could be UDMA66 (I'm now using that new VIA IDE driver

Re: Unresolved Symbol?

2000-07-07 Thread Rolf Schillinger
sual > make dep ; make clean ; make bzImage ; make modules ; make > modules_install, > then i copied the image and the System.map file to /boot an reran lilo. > While rebooting with the new kernel i got a lot of 'unresolved symbol' > error on pretty much all modules. depm

Unresolved Symbol?

2000-07-07 Thread Thorsten Clever
Heyja! I just build a 2.4.0-test2 kernel by doing the usual make dep ; make clean ; make bzImage ; make modules ; make modules_install, then i copied the image and the System.map file to /boot an reran lilo. While rebooting with the new kernel i got a lot of 'unresolved symbol' error

Re: Unresolved symbol errors with custom kernel... .

2000-03-18 Thread Oswald Buddenhagen
> A new thing I just noticed: the sb live module claims to load correctly upon > boot (I put it in /etc/modules. I still get no sound, but it IS loading > correctly. > > Question: >1. How can I check to see if the module is loaded correctly (sb live)? Is > there a test I can run? you can

Re: Unresolved symbol errors with custom kernel... .

2000-03-17 Thread Linux Information
00, Oswald Buddenhagen wrote: > > I am getting 20+ 'unresolved symbol' errors after installing a custom > > kernel and modules under the potato freeze of Debian. Actually, now that I > > look at it, I get a lot more than 20, and the majority of them (I loose a &

Re: Unresolved symbol errors with custom kernel... .

2000-03-17 Thread Oswald Buddenhagen
> I am getting 20+ 'unresolved symbol' errors after installing a custom kernel > and modules under the potato freeze of Debian. Actually, now that I look at > it, I get a lot more than 20, and the majority of them (I loose a lot from > scrolling past the console buffe

Unresolved symbol errors with custom kernel... .

2000-03-17 Thread Linux Information
I am getting 20+ 'unresolved symbol' errors after installing a custom kernel and modules under the potato freeze of Debian. Actually, now that I look at it, I get a lot more than 20, and the majority of them (I loose a lot from scrolling past the console buffer) are in /lib/modu

Re: unresolved symbol errors (SOLVED)

1998-11-02 Thread Max
Turns out that an upgrade to the latest version of Arla fixed the symbol errors. That's the benefit (?) of using alpha software. Max

Re: unresolved symbol errors

1998-11-02 Thread Max
mod, I get the > > following: > > > > xfs.o: unresolved symbol mod_use_count_ > > xfs.o: unresolved symbol inode_setattr > > xfs.o: unresolved symbol register_symtab_from > > xfs.o: unresolved symbol current_set > > xfs.o: unresolved symbol clear_i

Re: unresolved symbol errors

1998-10-31 Thread Michael Beattie
Give `modprobe xfs` a go... On Fri, 30 Oct 1998, Max wrote: > I'm trying to compile a program (Arla) that creates a module called > xfs.o. When I try to load that module with insmod, I get the > following: > > xfs.o: unresolved symbol mod_use_count_ > xfs.o: unresolv

unresolved symbol errors

1998-10-31 Thread Max
I'm trying to compile a program (Arla) that creates a module called xfs.o. When I try to load that module with insmod, I get the following: xfs.o: unresolved symbol mod_use_count_ xfs.o: unresolved symbol inode_setattr xfs.o: unresolved symbol register_symtab_from xfs.o: unresolved s