You are not logged in.

#1 2008-05-22 11:28:49

rubend
Member
Registered: 2008-04-20
Posts: 47

[SOLVED]problems with podget

Hey all,
I'm having problems with podget.
When I run it, it works for downloading from the first two sources but when it gets to the third one it gives me the following error:
/usr/bin/podget: line 471: which: command not found
Can't find iconv library, is libc6 installed?
Exiting UTF16 loop, unable to convert file to UTF8
Any help?

/usr/bin/podget lines 467 to 485:
        case $filetype in
            'utf8') 
                current_serverlist="${dir_config}/${config_serverlist}" ;;
            'utf16')
471                iconv_binary=$(which iconv)
                if [ -z $iconv_binary ] ; then
                    echo "Can't find iconv binary, is libc6 installed?"
                    echo "Exiting UTF16 loop, unable to convert file to UTF8"
                    exit $err_libc6notinstalled
                fi
                current_serverlist="${dir_config}/${config_serverlist}.utf16" ;;
            *)
                echo "Unknown Filetype: $filetype"
        esac
        if [ ! -f $current_serverlist ] ; then
            if [ $verbosity -ge 3 ] ; then
                echo "No config file found, exiting loop."
            fi
            continue

Last edited by rubend (2008-05-27 22:16:46)

Offline

#2 2008-05-27 22:16:31

rubend
Member
Registered: 2008-04-20
Posts: 47

Re: [SOLVED]problems with podget

nvm fixed it by pacman -S which

Offline

Board footer

Powered by FluxBB