[Solved] Missing digest_pw_auth after installation using yaourt

I have installed Squid using yaourt but after installation and setting it up using
https://wiki.archlinux.org/index.php/Squid
I realized that /usr/lib/squid/digest_pw_auth is missing. How can I get it?
# ls
basic_db_auth basic_ncsa_auth basic_smb_auth digest_ldap_auth ext_session_acl negotiate_kerberos_auth_test url_fake_rewrite.sh
basic_fake_auth basic_nis_auth basic_smb_auth.sh diskd ext_unix_group_acl negotiate_wrapper_auth
basic_getpwnam_auth basic_pam_auth cachemgr.cgi ext_edirectory_userip_acl ext_wbinfo_group_acl ntlm_fake_auth
basic_ldap_auth basic_pop3_auth cert_tool ext_file_userip_acl helper-mux.pl ntlm_smb_lm_auth
basic_msnt_auth basic_radius_auth digest_edirectory_auth ext_kerberos_ldap_group_acl log_file_daemon unlinkd
basic_msnt_multi_domain_auth basic_sasl_auth digest_file_auth ext_ldap_group_acl negotiate_kerberos_auth url_fake_rewrite
Thanks.
Last edited by Dukecz (2012-11-09 16:50:48)

projectdelphai wrote:digest_pw_auth was renamed to digest_file_auth on 4/30/10.
http://web.archiveorange.com/archive/v/ … ySEyuBXy4x
Thanks.

Similar Messages

  • [Solved]Kernal Panic after installation

    I had debian...
    I installed arch...
    When I rebooted, grub list didnt show debian...
    So, I went to grub4dos from lucid puppy...
    Then I can boot Debian...
    But when I try arch linux...
    I get sort of an error like...
    Kernal Panic - not syncing vfs unable to mount root fs on......
    Last edited by abnordude (2012-05-04 05:35:02)

    Here is my grub.cfg......
    Hope it helps.....
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    if [ -s $prefix/grubenv ]; then
      load_env
    fi
    set default="0"
    if [ "${prev_saved_entry}" ]; then
      set saved_entry="${prev_saved_entry}"
      save_env saved_entry
      set prev_saved_entry=
      save_env prev_saved_entry
      set boot_once=true
    fi
    function savedefault {
      if [ -z "${boot_once}" ]; then
        saved_entry="${chosen}"
        save_env saved_entry
      fi
    function load_video {
      insmod vbe
      insmod vga
      insmod video_bochs
      insmod video_cirrus
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos3)'
    search --no-floppy --fs-uuid --set 7582e816-3a70-4de8-8608-6a1375a23b87
    if loadfont /usr/share/grub/unicode.pf2 ; then
      set gfxmode=640x480
      load_video
      insmod gfxterm
    fi
    terminal_output gfxterm
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos3)'
    search --no-floppy --fs-uuid --set 7582e816-3a70-4de8-8608-6a1375a23b87
    set locale_dir=($root)/boot/grub/locale
    set lang=en
    insmod gettext
    set timeout=5
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/05_debian_theme ###
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos3)'
    search --no-floppy --fs-uuid --set 7582e816-3a70-4de8-8608-6a1375a23b87
    insmod png
    if background_image /usr/share/images/desktop-base/spacefun-grub.png; then
      set color_normal=light-gray/black
      set color_highlight=white/black
    else
      set menu_color_normal=cyan/blue
      set menu_color_highlight=white/blue
    fi
    ### END /etc/grub.d/05_debian_theme ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64' --class debian --class gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos3)'
        search --no-floppy --fs-uuid --set 7582e816-3a70-4de8-8608-6a1375a23b87
        echo    'Loading Linux 2.6.32-5-amd64 ...'
        linux    /boot/vmlinuz-2.6.32-5-amd64 root=UUID=7582e816-3a70-4de8-8608-6a1375a23b87 ro  quiet
        echo    'Loading initial ramdisk ...'
        initrd    /boot/initrd.img-2.6.32-5-amd64
    menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos3)'
        search --no-floppy --fs-uuid --set 7582e816-3a70-4de8-8608-6a1375a23b87
        echo    'Loading Linux 2.6.32-5-amd64 ...'
        linux    /boot/vmlinuz-2.6.32-5-amd64 root=UUID=7582e816-3a70-4de8-8608-6a1375a23b87 ro single
        echo    'Loading initial ramdisk ...'
        initrd    /boot/initrd.img-2.6.32-5-amd64
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/20_memtest86+ ###
    menuentry "Memory test (memtest86+)" {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos3)'
        search --no-floppy --fs-uuid --set 7582e816-3a70-4de8-8608-6a1375a23b87
        linux16    /boot/memtest86+.bin
    menuentry "Memory test (memtest86+, serial console 115200)" {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos3)'
        search --no-floppy --fs-uuid --set 7582e816-3a70-4de8-8608-6a1375a23b87
        linux16    /boot/memtest86+.bin console=ttyS0,115200n8
    menuentry "Memory test (memtest86+, experimental multiboot)" {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos3)'
        search --no-floppy --fs-uuid --set 7582e816-3a70-4de8-8608-6a1375a23b87
        multiboot    /boot/memtest86+_multiboot.bin
    menuentry "Memory test (memtest86+, serial console 115200, experimental multiboot)" {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos3)'
        search --no-floppy --fs-uuid --set 7582e816-3a70-4de8-8608-6a1375a23b87
        multiboot    /boot/memtest86+_multiboot.bin console=ttyS0,115200n8
    ### END /etc/grub.d/20_memtest86+ ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    menuentry "Arch (on /dev/sda1)" {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set ad3e5a76-df67-44eb-a418-4e01dd07bc5d
        linux /boot/vmlinuz-linux root=/dev/sda1
        initrd /boot/initramfs-linux.img
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries.  Simply type the
    # menu entries you want to add after this comment.  Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f  $prefix/custom.cfg ]; then
      source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###

  • Launching a windows store app after installation using c#

    I am just curious if there is a way i can launch installed windows store applications within an application. I mean when i click an app, it launches if installed or downloads and launch from windows store Thank you...

    Hi Joseph,
              You cannot force an application to download and install from the Windows Store, by-design.  Only the user can allow an app to install.
    If you have an app already installed, you can use the
    file protocol or URI activation to launch apps which are designed to handle the specific resources, but you can't simply open another app without context.
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
    objects and unknown namespaces.

  • Portal content not visible after installation nw2004s

    Hello
    Portal Content folders not visible after logon to EP after installation
    using the url  http://172.22.218.120:50400/irj
    logon is using Administrator id.
    top level navigation is displayed. but no folder hierarchy in PCD.
    Please help
    regards
    John

    Hello John,
    Used the host name instead of the ip address in the url http://<host name>:50400/irj/portal.
    Maintain the host name in the host file of the OS.
    ip address  host name.
    Regards
    Deb
    [Reward Points for helpful answers]

  • I need help w/ This: missing gina dll after installation...

    I need help w/ This: missing gina dll after installation of linksys adaptor on Win XP.
    Thank you

    I assume you are facing this error on wireless USB adapter ... WUSB54GC .... uninstall the adapter from all programs >> unplug & replug the adapter >> Install the drivers using found new hardware >>
    Once installed use windows wireless configuration to connect to the wireless network .....
    See if it works .....

  • I lost my bluetooth after installation of Maverick2. Can anyone help me please, i cannot use my magic mouse on my Mac Book Pro  retina???

    I lost my bluetooth after installation of Maverick2. Can anyone help me please, i cannot use my magic mouse on my Mac Book Pro  retina???

    There is a fix; I finally discovered how to clear the Windows 7 xx64 Device Manager's warning of a missing Bluetooth Peripheral device.
    Thinking Boot Camp 4.0 would correct thid, I installed it ititially today only to have the warning remain.
    The Bluetooth company called Broadcom (you notice the reference during the installation of Boot Camp) offers a BlueTooth "device finder" (my phraseology) that detects all BlueTooth devices in your Apple or PC but withing a Windows operating system; included are Windows 7 , Vista, XP and even 2000 operating systems.
    So download the 3 MB file, from Broadcom.com.  While your Bluetooth equipment is plugged in to the computer, run the program.  The program searches for any BlueTooth peripheral activated equipment and BlueTooth devices that makeup your MacBook Pro, or other Apple or a plain PC computer having a Windows operating system installed.  It then downloads the appropriate software required.
    The company's URL address:
    http://www.broadcom.com/support/bluetooth/update.php
    In my case, I ran the program, rebooted my MacBook Pro (in Windows 7 x64 and with the new Boot Camp 4.0 installed) and the missing BlueTooth peripheral device indication was eliminated.  It took 10 minutes to complete. 

  • [SOLVED] Missing libao.so.2 after update on 04/12/2010

    I use pianobar frequently, and I discovered yesterday after running pacman -Syu that pianobar was no longer working:
    $ pianobar
    pianobar: error while loading shared libraries: libao.so.2: cannot open shared object file: No such file or directory
    $ ldd /usr/bin/pianobar
    linux-gate.so.1 => (0xb7855000)
    libfaad.so.2 => /usr/lib/libfaad.so.2 (0xb77f5000)
    libao.so.2 => not found
    libpthread.so.0 => /lib/libpthread.so.0 (0xb77dc000)
    libmad.so.0 => /usr/lib/libmad.so.0 (0xb77c5000)
    libm.so.6 => /lib/libm.so.6 (0xb779e000)
    libc.so.6 => /lib/libc.so.6 (0xb7657000)
    /lib/ld-linux.so.2 (0xb7856000)
    $ ls /usr/lib/ | grep libao
    libao.so
    libao.so.4
    libao.so.4.0.0
    libaoss.a
    libaoss.so
    libaoss.so.0
    libaoss.so.0.0.0
    I'm assuming that libao has been upgraded from libao.so.2 to libao.so.4, which is what's causing pianobar to fail to start up. I came across a this website while looking for help, and I tried running ldconfig with the following result:
    # ldconfig -v | grep libao
    libaoss.so.0 -> libaoss.so.0.0.0
    libao.so.4 -> libao.so.4.0.0
    Why is libao.so.2 missing all of a sudden? How can I get it back? I appreciate any help. Thanks.
    Last edited by Altay_H (2010-04-14 01:37:20)

    I just rebuilt pianobar using yaourt and it fixed the problem:
    $ yaourt pianobar
    $ ldd /usr/bin/pianobar
    linux-gate.so.1 => (0xb776c000)
    libfaad.so.2 => /usr/lib/libfaad.so.2 (0xb770c000)
    libao.so.4 => /usr/lib/libao.so.4 (0xb7704000)
    libpthread.so.0 => /lib/libpthread.so.0 (0xb76eb000)
    libmad.so.0 => /usr/lib/libmad.so.0 (0xb76d4000)
    libm.so.6 => /lib/libm.so.6 (0xb76ad000)
    libc.so.6 => /lib/libc.so.6 (0xb7566000)
    libdl.so.2 => /lib/libdl.so.2 (0xb7562000)
    /lib/ld-linux.so.2 (0xb776d000)
    $ pianobar
    Welcome to pianobar!
    (i) Login... Ok.
    (i) Get stations... Ok.
    (i) Receiving new playlist... Ok.
    |> "Everything Falls" by "Fee" on "Hope Rising"
    # -03:43/03:43
    Sorry I posted. I hope I didn't bother anyone.
    EDIT: Thanks for the help, skottish.
    Last edited by Altay_H (2010-04-14 01:36:11)

  • How can I perform a silent install of an application AND use "run executable after installation"

    I am trying to do a silent install of a program I built using LabVIEW 8.5.  I also need to call an exe after the installation, so I am using the "run executable after installation" option on the Advanced tab of the installer.  I then pass the following command lines to the setup.exe:
    /qb /acceptlicenses yes /r
    This installs the LabVIEW program successfully, but does not then run the additional exe afterward.  If I run the setup.exe normally (with no command line parameters), the additional exe gets run.
    Thanks,
    Jason

    jmburns wrote:
    I am trying to do a silent install of a program I built using LabVIEW 8.5.  I also need to call an exe after the installation, so I am using the "run executable after installation" option on the Advanced tab of the installer.  I then pass the following command lines to the setup.exe:
    /qb /acceptlicenses yes /r
    This installs the LabVIEW program successfully, but does not then run the additional exe afterward.  If I run the setup.exe normally (with no command line parameters), the additional exe gets run.
    Thanks,
    Jason
    This problem is fixed in a future release of LabVIEW. Here's the CAR ID 67549 for tracking purposes.
    Message Edited by Bob P on 07-10-2008 09:10 AM

  • Updated itunes, error message about mobile popped up during installation, then after installation, tunes will not start. gives error that a dll file is missing.

    I downloaded the new Itunes version. During installation, there was an error message that said no Mobile access.  After installation, Itunes would not open.  Gave an error message that a DLL file was not found. Removed itunes from computer and initiated new download.  Same problem with new download. Still does not open. I'm stumped.  I have over  30,000 files in itunes and use it every day HELP

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • I bought a cd with Lightroom 5. After installation and registration I am not able to use 'help' function and I cannot update the software. I anyone able to give me a hint how to handle it? Thank you ind advance Karl

    I bought a cd with Lightroom 5. After installation and registration I am not able to use 'help' function and I cannot update the software. Is anyone able to give me a hint how to handle it?
    Thank you in advance
    arl

    Hi Keith, sorry for my late reply.
    Surely I am able to connect to the help function when Icontact the website
    of AdobeLR5.The problem is as follows,
    When I open LR5 on my computer and work with it and try to open the help
    function in the software, I don't get it.
    When I bought the CD I was naiv enough to believe that I get an independent
    working software. I learned in the meantime, that the seller does not allow
    to work with, without being connected to them.
    I don't believe that I am paranoid, but I like to buy something and use it
    without to inform the supplier that I do it. Otherwise I could have bought
    the license fpr LR5 via internet.
    Best regards
    Karl
    2015-01-02 13:42 GMT+01:00 kglad <[email protected]>:
        I bought a cd with Lightroom 5. After installation and registration I
    am not able to use 'help' function and I cannot update the software. I
    anyone able to give me a hint how to handle it? Thank you ind advance Karl
    kglad <https://forums.adobe.com/people/kglad?et=watches.email.outcome>
    marked Keith_Reeder
    <https://forums.adobe.com/people/Keith_Reeder?et=watches.email.outcome>'s
    reply on I bought a cd with Lightroom 5. After installation and
    registration I am not able to use 'help' function and I cannot update the
    software. I anyone able to give me a hint how to handle it? Thank you ind
    advance Karl
    <https://forums.adobe.com/thread/1669640?et=watches.email.outcome> as
    helpful. View the full reply
    <https://forums.adobe.com/message/7059196?et=watches.email.outcome#7059196>

  • Can't use iworks9.0 after installation... HELP SOS!

    i just buy the iworks9.0, but can't use after installation, i ask the technical that because of i download the iworks trial version and update OSX10.6.8 before...
    the technician said that i should reinstall the OS from boxset can fixed, but everything need back up...
    can anyone help with another method except reinstall the OS, OMG
    thx all imac fans... can anyone give me a big hand?

    Understandable, but it also says "Intel"...... actually, as far as I remember, iWork came about when Mac went Intel replacing Appleworks which is PowerPC only.
    Now, back to the actual problem.....
    I've never had the trial versions, so i can't address that problem specifically. I have always used the retail versions (DVD in a box). But, I am guessing that there was a problem because you had the trial version installed and then tried to install from the DVD again. You see, the trial version is a full version except it will only act like a full version if you enter a registration code. The new version (09) does not require a code.
    If you cannot delete the applications, then reinstalling the OS from scratch is the next best idea. That means erasing your hard drive which is why tech support said you need to make a backup first so you don't lose your files. It also means you must have your install disk. After that, if those trial versions still show up, I would delete them BEFORE opening them (right after the new install) and then try to install from the DVD again.

  • CS 6 CAN'T LOCATE INSTALLER TO SOLVE MISSING FILE PROBLEM

    when ever I open my photoshop  get a message missing files open installer. can not locate installer?

    Hello, mdougl10.
    Here is the article that shows you how to remove iTunes and all of it's components when receiving the error "The feature you are trying to use is on a network resource that is unavailable".  Once all components are uninstalled as outlined in the second article, you should be able to install iTunes again. 
    "The feature you are trying to use is on a network resource that is unavailable" alert when removing Apple software in Windows
    http://support.apple.com/kb/TS3704
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    http://support.apple.com/kb/HT1925
    Cheers,
    Jason H. 

  • My Macbook Pro purchased Dec 2011 has suddenly become very slow after not using for 2 weeks (close to frozen). What is the problem and how to solve it?

    My Macbook Pro purchased Dec 2011 has suddenly become very slow after not using for 2 weeks (close to frozen). What is the problem and how to solve it?

    Need Help Ye,
    boot your MacBook Pro into Recovery mode by holding down a Command key and the R key as it starts up. Once the Mac OS X Utilities menu appears, select Disk Utility. On the left-hand side of the Disk Utility window, select your internal disk’s boot partition (typically called “Macintosh HD”). On the right-hand side, press the Verify Disk button if it’s not greyed out; if it is greyed out, or if it reports that errors were found, press the Repair Disk button. Once the verification/repair is completed, exit Disk Utility and select Restart from the Apple menu to restart in normal mode. Is it still very slow?

  • Using serial from product box, but serial number invalid after installation?

    Ok, so.  I have a copy of Photoshop 5, a physical copy, in the original box.  I tried to install it on my computer, and actually did so successfully--it recognized the serial number from the box as correct and did a full install.  However, when I actually opened Photoshop for the first time, a message came up saying that the serial number was invalid, and my options were to enter a new one or wait until next time, when I'd have to enter a new one for Photoshop to run.
    I haven't closed it yet because I need it for work and don't want to risk it not running.  Why would my definitely valid serial number not work?  I double and triple checked what I typed in, and it initially accepted it, only rejecting it after installation.
    I'm on Windows 7.

    Welcome to the forum.
    Did you purchase this copy of Ps 5 (Assume CS5, but please correct me, if it is the very old Ps version 5) from Adobe, or a 3rd party?
    If from Adobe, log into Adobe.com with your Adobe ID and go to My Products. Verify the S/N there.
    If from a 3rd party, it could well be that the S/N provided has been "used up."
    Good luck,
    Hunt

  • [SOLVED]Installing oraclejdk8u20 64bit using yaourt

    I installed oraclejdk8u20 using yaourt command.   It shows installed as shown belocw in the code.
    $ yaourt oraclejdk
    1 aur/oraclejdk6-32 6u45-1 (0)
    Non-conflicting 32-bit Oracle JDK 6 for servers
    2 aur/oraclejdk6-64 6u45-1 (0)
    Non-conflicting 64-bit Oracle JDK 6 for servers
    3 aur/oraclejdk7-32 7u67-1 (0)
    Non-conflicting 32-bit Oracle JDK 7 for servers
    4 aur/oraclejdk7-64 7u67-1 (0)
    Non-conflicting 64-bit Oracle JDK 7 for servers
    5 aur/oraclejdk8-32 8u20-1 (1)
    Non-conflicting 32-bit Oracle JDK 8 for servers
    6 aur/oraclejdk8-64 8u20-1 [installed] (1)
    Non-conflicting 64-bit Oracle JDK 8 for servers
    ==> Enter n° of packages to be installed (ex: 1 2 3 or 1-3)
    ==> -------------------------------------------------------
    ==>
    I am unable to use java what to do??
    i used the following command to install oraclejdk
    yaourt -S oraclejdk8
    NOTE: THERE WAS NO PREVIOUS INSTALLATION OF ANY JDK OR JRE ON MY SYSTEM
    Last edited by ashhar24 (2014-09-29 21:27:45)

    mrunion wrote:When you say you are "unable to use Java", I assume you mean run java apps on your system? Have you rebooted/re-logged out/in/re-sourced environment variables on your system so the Java environment variables can be read? What error(s) are you getting that lead to being "unable to use Java"?
    Yeah I restarted but there was no "java" command also I was unable to find where the package was installed, it was neither in /usr or /opt..
    EDIT PROBLEM FIXED READ THE PREVIOUS POST

Maybe you are looking for

  • Select words at one in Pages 5.2.2

    Hi ! I can't select words from different paragraphs at one in Pages 5.2.2 I usually did it on the other version of Pages. Can somebody help me ? Thank you

  • Exporting PDF's from Microsoft Word

    I'm having trouble creating PDF's from Word (PC). If I click file and selct PDF as my printer, the image comes out with several things missing. If I click the Adobe Icon and try to print it locks up and says there is a problem with Adobe. Not sure if

  • 5th Gen 80gb iPod wont sync tv shows/podcasts

    Hey I have looked at most of the solutions on how to sync tv shows and podcasts and I assure you that all of the necesary boxes are checked and the settings are correct. I bought this as a refurb and do not have a warranty. Can anyone help me figure

  • Exception while opening JSP

    IDE version: 10.1.2.3.0.4066 I get following exception while I open and close jsps in jdeveloper. The jsp editor was working fine till recent, but suddenly started giving this error. It might be due one of the jsps added recently. Please tell me how

  • My video not streaming via Skype

    Hi, I have an Intel iMac, my friend has a new MacBook. When we Skype, I see him, but he can't see me. My built in iSight camera does not come on automatically when I call, so I choose Skype>Preferences>Video. Then the green light next to the camera c