Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 35

Thread: Shrew Soft VPN not in Software Center

  1. #11
    Join Date
    Jan 2013
    Beans
    14

    Re: Shrew Soft VPN not in Software Center

    Ok, could you try the following instead:

    Code:
    sudo apt-get install opensll

  2. #12
    Join Date
    May 2010
    Beans
    145

    Re: Shrew Soft VPN not in Software Center

    I believe I had tried the openssl on my own yesterday before posting. When I run the command I get the below.

    sudo apt-get install openssl
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    openssl is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

    However, it did tell me I needed to run autoremove for some old files so I did that.

    Then when I tried the other again I got the same response.

    sudo apt-get install libssl0.9.7
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package libssl0.9.7
    E: Couldn't find any package by regex 'libssl0.9.7'


    I am not sure why I am having such issues or why there is not a PPA for this. Sorry for all the problems with it and thanks for all of the help.

    Anyone know of any similar software that will let me import .pcf or .vcf files in the same manner? I need to be able to VPN back into work. If I can get this worked out soon I am going to have to put Windows on here or maybe Fedora since I can just yum install ike to get it to work there.

    I would like to stick with Ubuntu if I can get this working or a similar program.

  3. #13
    Join Date
    Jan 2013
    Beans
    14

    Re: Shrew Soft VPN not in Software Center

    Have you tried running
    Code:
    cmake -DCMAKE_INSTALL_PREFIX=/usr -DQTGUI=YES -DETCDIR=/etc -DNATT=YES
    again, since installing libssl-dev ? Maybe that has fixed it already ?

  4. #14
    Join Date
    Nov 2012
    Location
    France
    Beans
    112
    Distro
    Xubuntu 14.10 Utopic Unicorn

    Re: Shrew Soft VPN not in Software Center

    Code:
    sudo apt-get install libssl-dev libssl0.9.8 libssl1.0.0
    This?

  5. #15
    Join Date
    Jan 2013
    Beans
    14

    Re: Shrew Soft VPN not in Software Center

    No, I mean try installing ShrewVPN again now that you have successfully installed the libssl-dev library...

    go into the IKE folder and run the original command to set it up:

    cmake -DCMAKE_INSTALL_PREFIX=/usr -DQTGUI=YES -DETCDIR=/etc -DNATT=YES

  6. #16
    Join Date
    May 2010
    Beans
    145

    Re: Shrew Soft VPN not in Software Center

    Ok I ran sudo apt-get install libssl-dev libssl0.9.8 libssl1.0.0 with out any error and it installed.

    Then I tried to install Shrew Soft VPN again.

    Ok now I am getting this

    cmake -DCMAKE_INSTALL_PREFIX=/usr -DQTGUI=YES -DETCDIR=/etc -DNATT=YES
    -- Using install prefix /usr ...
    -- Using etc install path /etc ...
    -- Using bin install path /usr/bin ...
    -- Using sbin install path /usr/sbin ...
    -- Using lib install path /usr/lib ...
    -- Using man install path /usr/local/man ...
    -- Looking for include file pthread.h
    -- Looking for include file pthread.h - found
    -- Looking for pthread_create
    -- Looking for pthread_create - not found.
    -- Looking for pthread_create in pthreads
    -- Looking for pthread_create in pthreads - not found
    -- Looking for pthread_create in pthread
    -- Looking for pthread_create in pthread - found
    -- Found Threads: TRUE
    -- Using library -lpthread
    -- Looking for pthread_mutex_timedlock in -lpthread
    -- Looking for pthread_mutex_timedlock in -lpthread - found
    CMake Error at CMakeLists.txt:347 (message):

  7. #17
    Join Date
    Jan 2013
    Beans
    14

    Re: Shrew Soft VPN not in Software Center

    Is that the entire output ? It looks like there should be a description of the error message after what you posted...

  8. #18
    Join Date
    May 2010
    Beans
    145

    Re: Shrew Soft VPN not in Software Center

    Quote Originally Posted by esvcv View Post
    Is that the entire output ? It looks like there should be a description of the error message after what you posted...
    I apologize. I did not realize my copy was cut off.

    The missing line is

    Unable to locate required binary : flex

  9. #19
    Join Date
    Jan 2013
    Beans
    14

    Re: Shrew Soft VPN not in Software Center

    that's better

    flex is one of the dependencies, along with bison. since you don't already have flex the chances are you won't have bison either. both should be available from apt though, so try:

    Code:
    sudo apt-get install flex bison
    And then try installing Shrew again... fingers crossed !

  10. #20
    Join Date
    May 2010
    Beans
    145

    Re: Shrew Soft VPN not in Software Center

    Ok I fixed the above problem with a
    sudo apt-get install flex

    Then tried to install again and got a similar error about bison
    sudo apt-get install bison

    Then tried the install again and got

    cmake -DCMAKE_INSTALL_PREFIX=/usr -DQTGUI=YES -DETCDIR=/etc -DNATT=YES
    -- Using install prefix /usr ...
    -- Using etc install path /etc ...
    -- Using bin install path /usr/bin ...
    -- Using sbin install path /usr/sbin ...
    -- Using lib install path /usr/lib ...
    -- Using man install path /usr/local/man ...
    -- Using library -lpthread
    -- Using binary /usr/bin/flex ...
    -- Using binary /usr/bin/bison ...
    -- Performing Test NATT_FOUND
    -- Performing Test NATT_FOUND - Success
    -- Enabled NAT Traversal support ...
    -- Looking for Q_WS_X11
    -- Looking for Q_WS_X11 - found
    -- Looking for Q_WS_WIN
    -- Looking for Q_WS_WIN - not found.
    -- Looking for Q_WS_QWS
    -- Looking for Q_WS_QWS - not found.
    -- Looking for Q_WS_MAC
    -- Looking for Q_WS_MAC - not found.
    -- Found Qt4: /usr/bin/qmake (found version "4.8.3")
    -- Enabled Client QT GUI support ...
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /home/jesse/Downloads/ike


    As you can see I have gotten closer. Any other ideas?

Page 2 of 4 FirstFirst 1234 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •