New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

openid on apache2 (mod_auth_openid)

Got problems with your B2 or B3? Share and get helped!
Post Reply
boban
Posts: 7
Joined: 30 Sep 2008, 07:35

openid on apache2 (mod_auth_openid)

Post by boban »

Hello

I have tried to follow the guidelines to build the mod_auth_openid to my bubba2.. But no success.. got some problems with apt-get..

This is my source-list
deb http://update.excito.org/ marielle main
deb http://update.excito.org/ upstream_etch main
deb http://ftp.se.debian.org/debian stable main
deb-src http://ftp.se.debian.org/debian stable main

This is my error while installing git.

apt-get install git
Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
libc-bin libc6 liberror-perl
Suggested packages:
git-doc git-arch git-cvs git-svn git-email git-daemon-run git-gui gitk gitweb glibc-doc locales
Recommended packages:
less
The following NEW packages will be installed:
git libc-bin liberror-perl
The following packages will be upgraded:
libc6
1 upgraded, 3 newly installed, 0 to remove and 260 not upgraded.
Need to get 10.5MB of archives.
After unpacking 11.1MB of additional disk space will be used.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
libc-bin libc6 liberror-perl git
Install these packages without verification [y/N]? y
Get:1 http://ftp.se.debian.org stable/main libc-bin 2.11.2-10 [765kB]
Get:2 http://ftp.se.debian.org stable/main libc6 2.11.2-10 [4467kB]
Get:3 http://ftp.se.debian.org stable/main liberror-perl 0.17-1 [23.6kB]
Get:4 http://ftp.se.debian.org stable/main git 1:1.7.2.5-3 [5282kB]
Fetched 10.5MB in 13s (798kB/s)
Preconfiguring packages ...
dpkg: regarding .../libc-bin_2.11.2-10_powerpc.deb containing libc-bin:
package uses Breaks; not supported in this dpkg
dpkg: error processing /var/cache/apt/archives/libc-bin_2.11.2-10_powerpc.deb (--unpack):
unsupported dependency problem - not installing libc-bin
dpkg: regarding .../libc6_2.11.2-10_powerpc.deb containing libc6:
package uses Breaks; not supported in this dpkg
dpkg: error processing /var/cache/apt/archives/libc6_2.11.2-10_powerpc.deb (--unpack):
unsupported dependency problem - not installing libc6
Errors were encountered while processing:
/var/cache/apt/archives/libc-bin_2.11.2-10_powerpc.deb
/var/cache/apt/archives/libc6_2.11.2-10_powerpc.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

do anyone have an idea why?
Post Reply