All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot]  add pam to busybox
@ 2011-08-29  5:34 brro1
  2011-09-01  8:08 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: brro1 @ 2011-08-29  5:34 UTC (permalink / raw)
  To: buildroot


hi all
i tryed to add pam tp busybox. 
i make pam with build=i386-linux --host=arm-none-linux-gnueabi  and enable
pam at busybox config file
when i build the busybox i see this error

LINK    busybox_unstripped

Trying libraries: crypt m pam pam_misc
Failed: -Wl,--start-group -lcrypt -lm -lpam -lpam_misc -Wl,--end-group
.....
skipping incompatible /Linux-PAM-0.80/libpam/libpam.a when searching for
-lpam
/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/./../../../arm-none-linux-gnueabi/bin/ld:
cannot find -lpam
skipping incompatible /Linux-PAM-0.80/libpam/libpam.so when searching for
-lpam
/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/./../../../arm-none-linux-gnueabi/bin/ld:
cannot find -lpam
collect2: ld returned 1 exit status
make[1]: *** [busybox_unstripped] Error 1
make[1]: Leaving directory

how can i fixed this error?


-- 
View this message in context: http://old.nabble.com/add-pam-to-busybox-tp32325731p32325731.html
Sent from the Buildroot (busybox) mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] add pam to busybox
  2011-08-29  5:34 [Buildroot] add pam to busybox brro1
@ 2011-09-01  8:08 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2011-09-01  8:08 UTC (permalink / raw)
  To: buildroot

Hello,

Le Sun, 28 Aug 2011 22:34:09 -0700 (PDT),
brro1 <rotembr@gmail.com> a ?crit :

> hi all
> i tryed to add pam tp busybox. 
> i make pam with build=i386-linux --host=arm-none-linux-gnueabi  and enable
> pam at busybox config file
> when i build the busybox i see this error
> 
> LINK    busybox_unstripped
> 
> Trying libraries: crypt m pam pam_misc
> Failed: -Wl,--start-group -lcrypt -lm -lpam -lpam_misc -Wl,--end-group
> .....
> skipping incompatible /Linux-PAM-0.80/libpam/libpam.a when searching for
> -lpam
> /CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/./../../../arm-none-linux-gnueabi/bin/ld:
> cannot find -lpam
> skipping incompatible /Linux-PAM-0.80/libpam/libpam.so when searching for
> -lpam
> /CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/./../../../arm-none-linux-gnueabi/bin/ld:
> cannot find -lpam
> collect2: ld returned 1 exit status
> make[1]: *** [busybox_unstripped] Error 1
> make[1]: Leaving directory
> 
> how can i fixed this error?

I guess your pam is improperly configured, compiled or installed.

I would recommend to add the necessary pam packages to the Buildroot
packages and then make Busybox depend on it.

Regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-01  8:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-29  5:34 [Buildroot] add pam to busybox brro1
2011-09-01  8:08 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.