Free Downloads, Community Forum,
FAQs and Developer Resources


Make /Tools Your Home | Link to us

Today's posts | Posts since last visit | Most Active Topics

All Forums Register Login Search Subscriptions My Profile Inbox
Tool Warehouse FAQs Resources Help Member List Address Book Logout

Problem installing openssl-current

 
Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [SFU / Interix / SUA Technology] >> Tools Discussion Forum >> Problem installing openssl-current Page: [1] 2   next >   >>
Login
Message << Older Topic   Newer Topic >>
Problem installing openssl-current - Jul. 24, '05, 12:16:12 PM   
eperea

 

Posts: 71
Joined: Apr. 6, '05,
Status: offline
Last night I tried "pkg_update -a", but it seemed to hang. This morning I killed the process and tried again with the -v switch, and saw that the problem was with the openssl upgrade (called as a dependency to the openssh upgrade). I downloaded both files in case there was a problem with the ftp connection and tried again. Same thing.

The final message was

"pkg_add(openssl-0.9.8-bin): conflict: renamed existing /usr/local/ssl/man/cat3/bn_print.3 to /usr/local/ssl/man/cat3/bn_print.3-0"

I used pkg_delete to remove both openssh and openssl, and tried again with the same result. That directory now contains

bn.3
bn_add_words.3
bn_check_top.3
bn_cmp_words.3
bn_div_words.3
bn_dump.3
bn_expand.3
bn_expand2.3
bn_fix_top.3
bn_internal.3
bn_mul_add_words.3
bn_mul_comba4.3
bn_mul_comba8.3
bn_mul_high.3
bn_mul_low_normal.3
bn_mul_low_recursive.3
bn_mul_normal.3
bn_mul_part_recursive.3
bn_mul_recursive.3
bn_mul_words.3
bn_print.3-0

All the bn_* files are identical (I would have expected links rather than duplicate files, but that's probably irrelevant :)

Deleting the entire /usr/local/ssl directory and trying again did not change anything. It still finds a conflict with a file that was not there before it ran.

Nobody else seems to have run into this problem, so it may be something wrong with my setup. I'd appreciate any advice.
Post #: 1
RE: Problem installing openssl-current - Jul. 24, '05, 7:45:10 PM   
Rodney

 

Posts: 3729
Joined: Jul. 9, '02,
From: /Tools lab
Status: offline
The message:

"pkg_add(openssl-0.9.8-bin): conflict: renamed existing /usr/local/ssl/man/cat3/bn_print.3 to /usr/local/ssl/man/cat3/bn_print.3-0"

is an information message. With '-v' you get verbose information. This message is just saying that there
alreadying exists a file with this name so it has been renamed. When a delete happens it will be rolled back
to the original name. The file to be placed on disk is then added.

If openssh or openssl could not successfully be added to the system there would have been a message.
Try adding openssh again and then after use pkg_info to see that the packages are (or are not) installed.

(in reply to eperea)
Post #: 2
RE: Problem installing openssl-current - Jul. 24, '05, 11:12:37 PM   
eperea

 

Posts: 71
Joined: Apr. 6, '05,
Status: offline
quote:

ORIGINAL: Rodney

The message:

"pkg_add(openssl-0.9.8-bin): conflict: renamed existing /usr/local/ssl/man/cat3/bn_print.3 to /usr/local/ssl/man/cat3/bn_print.3-0"

is an information message. With '-v' you get verbose information. This message is just saying that there
alreadying exists a file with this name so it has been renamed. When a delete happens it will be rolled back
to the original name. The file to be placed on disk is then added.


Unfortunately, that is not what is happening. There was no file with that name before. In fact, the directory in which the file was allegedly located did not exist until it was created by pkg_add. The file was apparently extracted, an imaginary conflict was discovered, and then the file was renamed. The renamed file bn_print.3-0 is identical to the other bn_* files.

No new bn_print.3 was installed, and nothing else happens afterwards. pkg_add appears to be stalled.

quote:

If openssh or openssl could not successfully be added to the system there would have been a message.

Unfortunately, there wasn't/isn't. Nothing whatsoever in stdout or stderr after the quoted message (and I've waited hours).

quote:

Try adding openssh again and then after use pkg_info to see that the packages are (or are not) installed.

I have tried several time and I'm trying again now. But the problem is that pkg_add never finishes, so there is no "then after". :-)

I'll try uninstalling and reinstalling pkg itself, and see if that helps...

(in reply to Rodney)
Post #: 3
RE: Problem installing openssl-current - Jul. 27, '05, 4:37:13 PM   
eperea

 

Posts: 71
Joined: Apr. 6, '05,
Status: offline
I have not been able to get this resolved. I was thinking of removing _all_ packages and reinstalling them, but most likely will put it off until the turtle carrying the new tools CD arrives. If that doesn't work, I guess I need to uninstall and reinstall all of SFU and then adding the packages once again.

From this end it looks like a bug in pkg, but since it does not seem to affect anybody else I have to assume I'm wrong.

(in reply to eperea)
Post #: 4
RE: Problem installing openssl-current - Jul. 27, '05, 11:05:16 PM   
Rodney

 

Posts: 3729
Joined: Jul. 9, '02,
From: /Tools lab
Status: offline
Well, if the file isn't on disk, I'm not sure where it's coming from
then because the file is in the package only once.

I don't know why things would be freezing for you.
It's freezing when you are doing the pkg_add by ftp or as a local file or both?

(in reply to eperea)
Post #: 5
RE: Problem installing openssl-current - Jul. 28, '05, 1:42:57 AM   
eperea

 

Posts: 71
Joined: Apr. 6, '05,
Status: offline
It happens both by ftp and with a local file. To make sure the file was not there I deleted the entire /usr/local/ssl directory. I checked there was no duplicate file in the package, but it still hangs at the same file every time.

At the time it hangs there is a bn_print.3.0 file, but no bn_print.3. If I do not delete the ssl directory, there are a lot more conflicts reported and files renamed, but it still stops on the same file.

(in reply to Rodney)
Post #: 6
RE: Problem installing openssl-current - Jul. 28, '05, 2:03:13 PM   
Rodney

 

Posts: 3729
Joined: Jul. 9, '02,
From: /Tools lab
Status: offline
Sorry, I at real loss why this is happening with you.
I'll assume that you started with a fresh shell.
What do you have set for environment variables?
(Sorry, my responses are going to have large lags because
I'm on vacation at this time).

(in reply to eperea)
Post #: 7
RE: Problem installing openssl-current - Jul. 28, '05, 3:43:34 PM   
eperea

 

Posts: 71
Joined: Apr. 6, '05,
Status: offline
I started with a fresh shell, both logged in as myself and Administrator. As for environmental variables, this is the output of the "set" command (usual login):
*----------------------------------------------------------------------*
PATH_ORIG /dev/fs/C/MSDEV/ICID70:/dev/fs/C/MSDEV/EDB70:/dev/fs/C/MSDEV/IntelF/IA32/Bin:/dev/fs/C/Program Files/Common Files/Intel/Shared Files/Ia32/Bin:/dev/fs/C/WINDOWS/SYSTEM32:/dev/fs/C/WINDOWS:/dev/fs/C/WINDOWS/SYSTEM32/WBEM:/dev/fs/C/CRiSP/bin.w32:/dev/fs/C/Program Files/GnuWin32/bin:/dev/fs/C/Program Files/Common Files/Autodesk Shared:/dev/fs/C/SFU/Perl/bin:/dev/fs/C/SFU/common:/dev/fs/C/MSDEV/Common/Tools/WinNT:/dev/fs/C/MSDEV/Common/MSDev98/Bin:/dev/fs/C/MSDEV/Common/Tools:/dev/fs/C/MSDEV/VC98/Bin:/dev/fs/C/PKWARE/PKZIPC
VC5_DIRS VC/BIN SharedIDE/BIN
VC6_DIRS Vc98/Bin Common/Msdev98/BIN
VC7_DIRS Common7/Tools Common7/Tools/Bin Vc7/bin Common7/IDE SDK/v1.1/Bin
_ set

__etcdir /etc
addsuffix
argv ()
csubstnonl
cwd /dev/fs/C/SFU/home/eperea
dirstack /dev/fs/C/SFU/home/eperea
echo_style bsd
edit
filec
gid 1049089
group Domain Users
history 1000
home /dev/fs/C/SFU/home/eperea
i /dev/fs/C/MSDEV/BIN
killring 30
loginsh
old /dev/fs/C/SFU/home/eperea
owd /dev/fs/C/SFU/home/eperea
path (/dev/fs/C/SFU/home/eperea/bin /usr/local/bin /bin /opt/gcc.3.3/bin /usr/contrib/bin /dev/fs/C/CRiSP/bin.w32 /usr/X11R6/bin /usr/local/bin /usr/contrib/win32/bin /dev/fs/C/MSDEV/VC98/Bin /dev/fs/C/MSDEV/Common/MSDev98/Bin /usr/games .)
prompt %B%m:%~\n{!} % %b
prompt2 %R?
prompt3 CORRECT>%R (y|n|e|a)?
shell /usr/local/bin/tcsh
shlvl 1
status 0
tcsh 6.14.00
term interix
tty ttyn00
uid 1049779
user eperea
version tcsh 6.14.00 (Astron) 2005-03-25 (i386-intel-interix) options 8b,nls,dl,vi,al,kan,sm,rh,color,dspm,filec

ALLUSERSPROFILE=C:\Documents and Settings\All Users
APPDATA=C:\Documents and Settings\eperea\Application Data
COMMONPROGRAMFILES=C:\Program Files\Common Files
COMPUTERNAME=ARTEMIS
COMSPEC=C:\4NT\4nt.exe
DISPLAY=localhost:0.0
EDITOR=ed
FP_NO_HOST_CHECK=NO
HOMEDRIVE=C:
HOMEPATH=\Documents and Settings\eperea
INCLUDE=C:\MSDEV\VC98\atl\include;C:\MSDEV\VC98\mfc\include;C:\MSDEV\VC98\include
INTEL_LICENSE_FILE=C:\Program Files\Common Files\Intel\Licenses
INTERIX_COMPILERDIR=/dev/fs/C/MSDEV
INTERIX_ROOT=/dev/fs/C/SFU/
INTERIX_ROOT_WIN=C:\SFU\
LD_LIBRARY_PATH=/usr/lib:/usr/X11R6/lib:/usr/local/ssl/lib:/usr/local/qt/lib:/usr/local/lib:/usr/local/unixODBC/lib:/usr/lib:/usr/X11R6/lib:/usr/local/ssl/lib:/usr/local/qt/lib:/usr/local/lib:/usr/local/unixODBC/lib
LIB=C:\MSDEV\VC98\mfc\lib;C:\MSDEV\VC98\lib
LOGONSERVER=\\ZEUS
MSDEVDIR=C:\MSDEV\Common\MSDev98
NUMBER_OF_PROCESSORS=1
OPENNT_ROOT=/dev/fs/C/SFU/
OS=Windows_NT
PATH=/dev/fs/C/SFU/home/eperea/bin:/usr/local/bin:/bin:/opt/gcc.3.3/bin:/usr/contrib/bin:/dev/fs/C/CRiSP/bin.w32:/usr/X11R6/bin:/usr/local/bin:/usr/contrib/win32/bin:/dev/fs/C/MSDEV/VC98/Bin:/dev/fs/C/MSDEV/Common/MSDev98/Bin:/usr/games:.
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PKSFXDATA=C:\Program Files\Common Files\PKWARE\Pksfxs.dat
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 6 Model 9 Stepping 5, GenuineIntel
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=0905
PROGRAMFILES=C:\Program Files
SESSIONNAME=Console
SFUDIR=C:\SFU\
SFUDIR_INTERIX=/dev/fs/C/SFU/
SYSTEMDRIVE=C:
SYSTEMROOT=C:\WINDOWS
TEMP=C:\Temp
TMP=C:\Temp
USERDNSDOMAIN=WALKER.LOCAL
USERDOMAIN=WALKER
USERNAME=eperea
*----------------------------------------------------------------------*

This is the output of the "setenv" command:
*----------------------------------------------------------------------*
USERPROFILE=C:\Documents and Settings\eperea
VCTOOLKITINSTALLDIR=C:\Program Files\Microsoft Visual C++ Toolkit 2003\
WINDIR=C:\WINDOWS
XAPPLRESDIR=/usr/X11R6/lib/X11/app-defaults
XCMSDB=/usr/X11R6/lib/X11/Xcms.txt
XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
XNLSPATH=/usr/X11R6/lib/X11/locale
_PSXLIBPATH=C:\MSDEV\ICID70;C:\MSDEV\EDB70;C:\MSDEV\IntelF\IA32\Bin;C:\Program Files\Common Files\Intel\Shared Files\Ia32\Bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\CRiSP\bin.w32;C:\Program Files\GnuWin32\bin;C:\Program Files\Common Files\Autodesk Shared\;C:\SFU\Perl\bin\;C:\SFU\common\;C:\MSDEV\Common\Tools\WinNT;C:\MSDEV\Common\MSDev98\Bin;C:\MSDEV\Common\Tools;C:\MSDEV\VC98\bin;C:\PKWARE\pkzipc
HOME=/home/eperea
LOGNAME=eperea
HOSTTYPE=i386
VENDOR=intel
OSTYPE=interix
MACHTYPE=i386
SHLVL=1
PWD=/dev/fs/C/SFU/home/eperea
USER=eperea
GROUP=Domain Users
HOST=ARTEMIS
REMOTEHOST=ARTEMIS.WALKER.LOCAL
TMPDIR=/tmp
TERM=interix
TERMCAP=/usr/share/termcap
MANPATH=/usr/local/man:/usr/local/man:/usr/local/man:/usr/local/man:/usr/local/man:/usr/local/qt/man:/usr/share/man:/usr/X11R6/man:/usr/X11R5/man:/usr/local/ssl/man:/usr/local/share/man:/usr/local/apache/man:/usr/local/apache2/man:/usr/X11/man:/usr/openwin/man:/usr/local/dx/man
XFILESEARCHPATH=/usr/X11R6/lib/X11/app-defaults/%N%S:/usr/X11R6/include/X11/bitmaps/%N%S
UIDPATH=/usr/X11R6/lib/X11/uid/%U
VISUAL=vi
FCEDIT=vi
LDFLAGS=-L/usr/local/ssl/lib -L/usr/local/lib
CPPFLAGS=-D_ALL_SOURCE -I/usr/local/include -I/usr/local/ssl/include -I/usr/local/include/php
CFLAGS=-D_ALL_SOURCE
NCFTPDIR=/dev/fs/C/SFU/home/eperea/.ncftp
OPENWINHOME=/usr/openwin
CXXFLAGS=-D_ALL_SOURCE -I/usr/local/include -D_ALL_SOURCE -I/usr/local/include -I/usr/local/ssl/include -I/usr/local/include/php
BLOCKSIZE=1k
MAIL=/dev/fs/C/SFU/home/eperea/Maildir/
SHELL=/bin/tcsh
PKG_PATH=/pkgs:ftp://ftp.interopsystems.com/pkgs/3.5
*----------------------------------------------------------------------*

(Feel free to lag, even when not on vacation. :-)

Emilio

(in reply to Rodney)
Post #: 8
RE: Problem installing openssl-current - Jul. 31, '05, 4:15:14 AM   
Helix

 

Posts: 4
Joined: Jul. 29, '05,
From: Luxembourg
Status: offline
Have the same problem...

(in reply to eperea)
Post #: 9
RE: Problem installing openssl-current - Jul. 31, '05, 7:43:32 PM   
brandon

 

Posts: 1
Joined: Jul. 31, '05,
Status: offline
I have the problem, too.

I tried removing /usr/local/ssl followed by running pkg_add again. The last message on screen is:

pkg_add(openssl-current-bin): conflict: renamed existing /usr/local/ssl/man/cat3/bn_print.3 to /usr/local/ssl/man/cat3/bn_print.3-0

So the effect was only to reset the counter from 9 (I had tried this many times before) back down to zero, but pkg_add still hangs.

(in reply to Helix)
Post #: 10
RE: Problem installing openssl-current - Aug. 1, '05, 12:01:51 PM   
Helix

 

Posts: 4
Joined: Jul. 29, '05,
From: Luxembourg
Status: offline
I have found a solution that works for me:

Try to install the version 0.9.7d of openssl, and that was it!

pgk_add -v ftp://ftp.interopsystems.com/pkgs/3.5/openssl-0.9.7d-bin.tgz


Finally instead of version 0.9.7d, version 0.9.8 is installed without errors.... ?????????
but it works...

(in reply to eperea)
Post #: 11
RE: Problem installing openssl-current - Aug. 1, '05, 1:03:20 PM   
eperea

 

Posts: 71
Joined: Apr. 6, '05,
Status: offline
quote:

pkg_add -v ftp://ftp.interopsystems.com/pkgs/3.5/openssl-0.9.7d-bin.tgz


It doesn't work for me. Still hangs after "renaming" the alleged existing bn_print.3. Looks like the 0.9.7d file is just a link to the 0.9.8 file, so I would expect you to get the right file installed if it installs at all.

(in reply to Helix)
Post #: 12
RE: Problem installing openssl-current - Aug. 1, '05, 1:36:23 PM   
Helix

 

Posts: 4
Joined: Jul. 29, '05,
From: Luxembourg
Status: offline
hm... strange

I have done nothing else.
But have you delete with
rm -rf ssl
the folder from /usr/local ?

(in reply to eperea)
Post #: 13
RE: Problem installing openssl-current - Aug. 1, '05, 3:34:15 PM   
eperea

 

Posts: 71
Joined: Apr. 6, '05,
Status: offline
Yes, I deleted /usr/local/ssl (as noted on the first message of this thread).

(in reply to Helix)
Post #: 14
RE: Problem installing openssl-current - Aug. 1, '05, 4:27:36 PM   
Rodney

 

Posts: 3729
Joined: Jul. 9, '02,
From: /Tools lab
Status: offline
I should have asked near the begining which version of the installer
are you using. When you do "pkg_add -V" what does it report?
If you're using an older version, that might be some of the problem.
(This is a guess. pkg_add ftp://ftp.interopsystems.com/pkgs/3.5/pkg-current-bin.tgz).
That, I'm fairly sure, accounts for Helix's problem based on his description.

Eperea is with a different problem, but making sure pkg is current
should cause no harm. Otherwise, eperea, what packages are shown to be installed
in your current state? (pkg_info). Note that removing a directory rather than
using pkg_delete does not remove the information showing a package as
an installed package; there are recorded inter-dependencies, etc.

(in reply to eperea)
Post #: 15
RE: Problem installing openssl-current - Aug. 1, '05, 5:04:26 PM   
eperea

 

Posts: 71
Joined: Apr. 6, '05,
Status: offline
quote:

ORIGINAL: Rodney

Eperea is with a different problem, but making sure pkg is current
should cause no harm. Otherwise, eperea, what packages are shown to be installed
in your current state? (pkg_info).


Everything other than openssl and openssh:

apache-1.3.29.1-bin version 1.3.29.1 of Apache for Interix 3.5
apropos-1.0-bin Version 1.0 of apropos for Interix 3.5.
atk-1.6.0.1-bin Version atk of 1.6.0.1 for Interix 3.5.
autoconf-2.59.2-bin Version 2.59.2 of autoconf for Interix 3.5.
automake-1.9.5-bin Version 1.9.5 of automake for Interix 3.5.
awk-5.4.24-bin Version 5.4.24 of awk for Interix 3.5.
bash-3.0.0.2-bin Version 3.0.0.2 of bash for Interix 3.5.
bdes-1.0.1-bin Version 1.0.1 of bdes for Interix 3.5.
biff-1.0-bin Version 1.0 of biff for Interix 3.5.
bind-9.2.3.6-bin Version 9.2.3.6 of bind for Interix 3.5.
bison-1.875.1-bin Version 1.875.1 of bison for Interix 3.5.
bzip2-1.0.3.1-bin Version 1.0.3.1 of bzip2 for Interix 3.5.
cabextract-1.1-bin Version 1.1 of cabextract for Interix 3.5.
caesar-1.1-bin Version 1.1 of caesar for Interix 3.5.
cat-1.1.1-bin Version 1.1.1 of cat for Interix 3.5.
catman-1.7-bin Version 1.7 of catman for Interix 3.5.
cbrowser-0.8-bin Version 0.8 of cbrowser for Interix 3.5.
ccache-2.4-bin Version 2.4 of ccache for Interix 3.5.
chcase-1.0.1-bin Version 1.0.1 of chcase for Interix 3.5.
clamav-0.86.1-bin Clam AntiVirus system for Interix and BIND 9
colrm-1.0-bin Version 1.0 of colrm for Interix 3.5.
comsat-1.0-bin Version comsat of 1.0 for Interix 3.5.
cpio-2.5.1-bin Version 2.5.1 of cpio for Interix 3.5.
cscope-15.5-bin Version 15.5 of cscope for Interix 3.5.
curl-7.13.2.2-bin Version 7.13.2.2 of curl for Interix 3.5.
cut-1.0-bin Version 1.0 of cut for Interix 3.5.
cvs-1.12.12.2-bin Version 1.12.12.2 of cvs for Interix 3.5.
cxref-1.6a-bin Version 1.6a of cxref for Interix 3.5.
date-1.0-bin Version 1.0 of date for Interix 3.5.
ddd-3.3.8.2-bin Version 3.3.8.2 of ddd for Interix 3.5.
ed-3.7-bin Version 3.7 of ed for Interix 3.5.
electricfence-2.2.2-bin Version 2.2.2 of ElectricFence for Interix 3.5.
emacs-21.2-bin Version 21.2 of emacs for Interix 3.5.
env_cflags_gcc-1.0.2-bin Version 1.0.2 of env_cflags_gcc for Interix 3.5.
env_cppflags_local-1.2.3-bin Version 1.2.3 of env_cppflags_local for Interix 3.5.
env_cppflags_php-1.1-bin Version 1.1 of env_cppflags_php for Interix 3.5.
env_cppflags_ssl-1.1-bin Version 1.1 of env_cppflags_ssl for Interix 3.5.
env_ldflags_local-1.0.3-bin Version 1.0.3 of env_ldflags_local for Interix 3.5.
env_ldflags_ssl-1.0.1-bin Version 1.0.1 of env_cflags_gcc for Interix 3.5.
env_ldlibrarypath_local-1.0.2-bin Version 1.0.2 of env_ldlibrarypath_local for Interix 3.5.
env_ldlibrarypath_qt-1.0-bin Version 1.0 of env_ldlibrarypath_qt for Interix 3.5.
env_ldlibrarypath_ssl-1.0.1-bin Version 1.0.1 of env_cflags_gcc for Interix 3.5.
env_ldlibrarypath_unixodbc-1.0-bin Version 1.0 of env_ldlibrarypath_unixodbc for Interix 3.5.
env_ldlibrarypath_x11-1.0.2-bin Version 1.0.1 of env_ldlibrarypath_x11 for Interix 3.5.
env_manpath_apache1-1.0.1-bin Version 1.0.1 of env_manpath_apache1 for Interix 3.5.
env_manpath_apache2-1.0.1-bin Version 1.0.1 of env_manpath_apache2 for Interix 3.5.
env_manpath_dx-1.0.1-bin Version 1.0.1 of env_manpath_dx for Interix 3.5.
env_manpath_local-1.0.7-bin Version 1.0.7 of env_manpath_local for Interix 3.5.
env_manpath_localshare-1.0.1-bin Version 1.0.1 of env_manpath_localshare for Interix 3.5.
env_manpath_openwin-1.0-bin Version 1.0 of env_manpath_openwin for Interix 3.5.
env_manpath_qt-1.0-bin Version 1.0 of env_manpath_qt for Interix 3.5.
env_manpath_ssl-1.0.1-bin Version 1.0.1 of env_manpath_ssl for Interix 3.5.
env_manpath_x11-1.0.1-bin Version 1.0.1 of env_manpath_x11 for Interix 3.5.
env_path_games-1.0.1-bin Version 1.0.1 of env_path_games for Interix 3.5.
env_path_local-1.0.4-bin Version 1.0.4 of env_path_local for Interix 3.5.
env_path_openwin-1.0-bin Version 1.0 of env_path_openwin for Interix 3.5.
env_path_qt-1.0-bin Version 1.0 of env_path_qt for Interix 3.5.
env_path_vtcl-1.0-bin Version 1.0 of env_path_vtcl for Interix 3.5.
env_path_x11-1.0.1-bin Version 1.0.1 of env_path_x11 for Interix 3.5.
expect-5.40-bin Version 5.40 of expect for Interix 3.5.
fetchmail-6.2.5-bin Version 6.2.5 of fetchmail for Interix 3.5.
flex-2.5.4b-bin Version 2.5.4b of flex for Interix 3.5.
fontconfig-2.2.2.3-bin Version 2.2.2.3 of fontconfig for Interix 3.5.
fortune-1.1.1-bin Version 1.1.1 of fortune for Interix 3.5.
freetds-0.62.3-bin freetds 0.62.3 for Interix 3.5
from-1.0-bin Version 1.0 of from for Interix 3.5.
ftp-3.5c-bin Version 3.5c of ftp for Interix 3.5.
ftp-3.5d-bin Version 3.5d of ftp for Interix 3.5.
fvwm-2.4.19-bin Version 2.4.19 of fvwm for Interix 3.5.
gcc_3.3_patch-1.0-bin Version 1.0 of gcc_3.3_patch for Interix 3.5.
gd-2.0.33-bin Version 2.0.33 of gd for Interix 3.5.
gdbm-1.8.3.1-bin Version 1.8.3.1 of gdbm for Interix 3.5.
getname-1.0-bin Version 1.0 of getname for Interix 3.5.
getopt-1.1.1-bin Version 1.1.1 of getopt for Interix 3.5.
gettext-0.14.1.7-bin Version 0.14.1.7 of gettext for Interix 3.5.
ghostscript-8.15-bin Version 8.15 of ghostscript for Interix 3.5.
gimp-2.0.0-bin Version 2.0.0 of gimp for Interix 3.5.
gimpprint-4.2.6-bin Version 4.2.6 of gimpprint for Interix 3.5.
glib-2.4.0.3-bin Version 2.4.0.3 of glib for Interix 3.5.
gmake-3.80.1-bin Version 3.80.1 of gmake for Interix 3.5.
gmp-4.1.4-bin GNU Mulit-Precision math lib for Interix.
gnupg-1.2.4-bin Version 1.2.4 of gnupg for Interix 3.5.
gnuplot-4.0.0-bin Version 4.0.0 of gnuplot for Interix 3.5.
grep-1.1-bin Version 1.1 of grep for Interix 3.5.
groff-1.17.2.2-bin Version 1.17.2.2 of groff for Interix 3.5.
groups-1.0-bin Version 1.0 of groups for Interix 3.5.
gsoap-2.6-bin Version 2.6 of gsoap for Interix 3.5.
gtk+-2.4.1.3-bin Version gtk+ of 2.4.1.3 for Interix 3.5.
gzip-1.3.3.10.1-bin Version 1.3.3.10.1 of gzip for Interix 3.5.
httpd-2.0.50.1-bin Version 2.0.50.1 of httpd for Interix 3.5.
indent-1.0-bin Version 1.0 of indent for Interix 3.5.
install-1.0-bin Version 1.0 of install for Interix 3.5.
iss-1.3-bin Version 1.3 of iss for Interix 3.5.
jam-2.3.5-bin Version 2.3.5 of jam for Interix 3.5.
joe-3.3-bin Version 3.3 of joe for Interix 3.5.
jot-1.0-bin Version 1.0 of jot for Interix 3.5.
jove-4.16.0.65-bin Version 4.16.0.65 of jove for Interix 3.5.
jpeg-6b.3-bin Version 6b.3 of jpeg for Interix 3.5.
lam-1.0-bin Version 1.0 of lam for Interix 3.5.
lc-1.1-bin Version 1.1 of lc for Interix 3.5.
leave-1.0-bin Version 1.0 of leave for Interix 3.5.
libart-2.3.12.3-bin Version 2.3.12.3 of libart for Interix 3.5.
libcrypt-1.2.5-bin Version 1.2.5 of libcrypt for Interix 3.5.
libedit-1.1-bin Version 1.1 of libedit for Interix 3.5.
libexpat-1.95.7.2-bin Version 1.95.7.2 of libexpat for Interix 3.5.
libfreetype-2.1.4.3-bin Version 2.1.4.3 of libfreetype for Interix 3.5.
libiconv-1.9.2.3-bin Version 1.9.2.3 of libiconv for Interix 3.5.
libiodbc-3.51.2-bin libiodbc 3.51.2 for interix 3.5
libncurses-5.4-bin Version 5.4 of libncurses for Interix 3.5
libpng-1.2.7-bin Version 1.2.7 of libpng for Interix 3.5.
libtool-1.5.6-bin GNU Libtool 1.5.6 for Interix.
libxml2-2.6.9-bin Version 2.6.9 of libxml2 for Interix 3.5.
libxpm-3.4k.3-bin Version 3.4k.3 of xpm for Interix 3.5.
links-2.1.17-bin Version 2.1.17 of links for Interix 3.5.
locate-1.0.1-bin Version 1.0.1 of locate for Interix 3.5.
logger-1.0-bin Version 1.0 of logger for Interix 3.5.
lorder-1.0-bin Version 1.0 of lorder for Interix 3.5.
ls-1.2-bin Version 1.2 of ls for Interix 3.5.
ls-1.2.1-bin Version 1.2.1 of ls for Interix 3.5.
lynx-2.8.5-bin Version 2.8.5 of lynx for Interix 3.5.
lzo-1.08-bin Version 1.08 of lzo for Interix 3.5.
m4_gnu-1.4.3-bin Version 1.4.3 of m4_gnu for Interix 3.5.
man-1.0-bin Version 1.0 of man for Interix 3.5.
mc-4.6.0-bin Version 4.6.0 of mc for Interix 3.5.
md5-1.1.1-bin Version 1.1.1 of md5 for Interix 3.5.
mesg-1.0.1-bin Version 1.0.1 of mesg for Interix 3.5.
mkstr-1.0-bin Version 1.0 of mkstr for Interix 3.5.
mktemp-1.0.1-bin Version 1.0.1 of mktemp for Interix 3.5.
most-4.9.2-bin Version 4.9.2 of most for Interix 3.5.
mtree-1.0-bin Version 1.0 of mtree for Interix 3.5.
mutt-1.4.2-bin Version 1.4.2 of mutt for Interix 3.5.
mv-1.0-bin Version 1.0 of mv for Interix 3.5.
ncftp-3.1.9-bin NcFTP Client (also known as just NcFTP) 3.1.7 for Interix.
nedit-5.5-bin Version 5.5 of nedit for Interix 3.5.
pango-1.4.0.3-bin Version 1.4.0.3 of pango for Interix 3.5.
passwd-1.0-bin Version 1.0 of passwd for Interix 3.5.
pax-1.5.3-bin Version 1.5.3 of pax for Interix 3.5.
pcre-4.5-bin Version 4.5 of pcre for Interix 3.5.
pdomain-1.0-bin Version 1.0 of pdomain for Interix 3.5.
perl-5.8.3.1-bin perl 5.8.3.1 and DB modules for Interix 3.5.
php-4.3.6-bin Version 4.3.6 of php for Interix 3.5.
pine-4.33.1-bin Version 4.33.1 of pine for Interix 3.5.
pkg-2.4.2-bin Version 2.4.2 of pkg for Interix.
pkgconfig-0.15.0.1-bin Version 0.15.0.1 of pkgconfig for Interix 3.5.
plotutils-2.4.1.1-bin Version 2.4.1.1 of plotutils for Interix 3.5.
popclient-1.0-bin Version 1.0 of popclient for Interix 3.5.
procmail-3.22-bin Version 3.22 of procmail for Interix 3.5.
python-2.3.3-bin Version 2.3.3 of Python for Interix 3.5.
qpopper-4.0.5-bin Version 4.0.5 of qpopper for Interix 3.5.
qt-3.3.0b2-bin Version 3.3.0b2 of qt for Interix 3.5.
qt_mt-3.3.0b3-bin Version 3.3.0b3 of qt_mt for Interix 3.5.
rcp-1.0.1-bin Version 1.0.1 of rcp for Interix 3.5.
rcs-5.7.1-bin Version 5.7.1 of rcs for Interix 3.5.
rdate-1.0-bin Version 1.0 of rdate for Interix 3.5.
readline-5.0-bin Version 5.0 of readline for Interix 3.5.
realpath-1.0.1-bin Version 1.0.1 of realpath for Interix 3.5.
render-0.8.1-bin Version 0.8.1 of render for Interix 3.5.
rev-1.0.1-bin Version 1.0.1 of rev for Interix 3.5.
rman-3.2.1.1-bin Version 1.1 of rman-3.2 for Interix 3.5.
rs-1.0-bin Version 1.0 of rs for Interix 3.5.
rsync-2.6.2-bin Version 2.6.2 of rsync for Interix 3.5.
ruby-1.8.2.1-bin Version 1.8.2.1 of ruby for Interix 3.5.
rxvt-2.7.10a-bin rxvt (ouR XVT) - a color VT102 for the X window system
screen-4.0.2.2-bin Version 4.0.2.2 of screen for Interix 3.5.
scsh-0.6.6-bin Version 0.6.6 of scsh for Interix 3.5.
shed-1.10-bin Version 1.10 of shed for Interix 3.5.
slang-1.4.9-bin Version 1.4.9 of slang for Interix 3.5.
sort-1.0.1-bin Version 1.0.1 of sort for Interix 3.5.
stat-1.0.2-bin Version 1.0.2 of stat for Interix 3.5.
su-1.2-bin Version 1.2 of su for Interix.
sudo-1.6.8.9-bin Version 1.6.8.9 of sudo for Interix 3.5.
syslogd-1.1.1-bin Version 1.1.1 of syslogd for Interix 3.5.
tcl-8.4.6.1-bin Version 8.4.6.1 of tcl for Interix 3.5.
tcsh-6.14.0.0-bin Version 6.14.0.0 of tcsh for Interix 3.5.
texinfo-4.6.1.1-bin Version 4.6.1.1 of texinfo for Interix 3.5.
tiff-3.7.2-bin Version VER of tiff for Interix 3.5.
tk-8.4.6.1-bin Version 8.4.6.1 of tk for Interix 3.5.
tkman-2.2.1-bin Version 1.0 of tkman-2.2 for Interix 3.5.
trek-1.0.1-bin Version 1.0.1 of trek for Interix 3.5.
units-1.80.1-bin Version 1.80.1 of units for Interix 3.5.
unixODBC-2.2.8.2-bin unixODBC 2.2.8.2 for Interix 3.5
unixpath2win-1.0-bin Version 1.0 of unixpath2win for Interix 3.5.
unrtf-0.19.7-bin Version 0.19.7 of unrtf for Interix 3.5.
unzip-5.52-bin Version 5.52 of unzip for Interix 3.5.
uucp-1.07-bin Version 1.07 of uucp for Interix 3.5.
vacation-1.0-bin Version 1.0 of vacation for Interix 3.5.
vim-6.3.78-bin Version 6.3.78 of vim for Interix 3.5.
vtcl-1.6.0-bin Version 1.6.0 of vtcl for Interix 3.5.
wall-1.0.1-bin Version 1.0.1 of wall for Interix 3.5.
wget-1.10-bin Version 1.10 of wget for Interix 3.5.
whatis-1.0-bin Version 1.0 of whatis for Interix 3.5.
which-2.16-bin Version 2.16 of which for Interix 3.5.
whois-1.0-bin Version 1.0 of whois for Interix 3.5.
write-1.0.1-bin Version 1.0.1 of wall for Interix 3.5.
xargs-1.0-bin Version 1.0 of xargs for Interix 3.5.
xft-2.1.2.4-bin Version 2.1.2.4 of xft for Interix 3.5.
xgalaga-2.0.1-bin Version 2.0.1 of xgalaga for Interix 3.5.
xrender-0.8.2.4-bin Version 0.8.2.4 of xrender for Interix 3.5.
xstr-1.0-bin Version 1.0 of xstr for Interix 3.5.
xterm-11.6.8.2-bin Version 11.6.8.2 of xterm for Interix 3.5.
xtetris-2.6-bin Version 2.6 of xtetris for Interix 3.5.
xview-3.2-bin Version 3.2 of xview for Interix 3.5.
xxgdb-1.12-bin Version 1.12 of xxgdb for Interix 3.5.
yacc-1.1-bin Version 1.1 of yacc for Interix 3.5.
yafc-1.1-bin Version 1.1 of yafc for Interix 3.5.
yes-1.0-bin Version 1.0 of yes for Interix 3.5.
zip-2.31-bin Version 2.31 of zip for Interix 3.5.
zlib-1.2.2b-bin Version 1.2.2b of zlib for Interix 3.5.
zsh-4.2.5.1-bin Version 4.2.5.1 of zsh for Interix 3.5.

I intend to remove all packages and try again, but was hoping the new tools CD would arrive before I do it.

quote:

Note that removing a directory rather than using pkg_delete does not remove the information showing a package as an installed package; there are recorded inter-dependencies, etc.


Yes, I realize that. The directory was removed in response to the last message:

"pkg_add(openssl-0.9.8-bin): conflict: renamed existing /usr/local/ssl/man/cat3/bn_print.3 to /usr/local/ssl/man/cat3/bn_print.3-0"

Removing /usr/local/ssl was an attempt to make sure there was no /usr/local/ssl/man/cat3/bn_print.3 to cause a conflict.

(in reply to Rodney)
Post #: 16
RE: Problem installing openssl-current - Aug. 1, '05, 6:17:44 PM   
eperea

 

Posts: 71
Joined: Apr. 6, '05,
Status: offline
OK, I uninstalled all packages, ran pkg_current-bin35.sh and then pkg_add openssh-current-bin.tgz. It stops at the same place (last message is about renaming bn_print.3).

At this time, pkg_info shows:

env_cflags_gcc-1.0.2-bin Version 1.0.2 of env_cflags_gcc for Interix 3.5.
env_cppflags_local-1.2.3-bin Version 1.2.3 of env_cppflags_local for Interix 3.5.
env_cppflags_ssl-1.1-bin Version 1.1 of env_cppflags_ssl for Interix 3.5.
env_ldflags_local-1.0.3-bin Version 1.0.3 of env_ldflags_local for Interix 3.5.
env_ldflags_ssl-1.0.1-bin Version 1.0.1 of env_cflags_gcc for Interix 3.5.
env_ldlibrarypath_local-1.0.2-bin Version 1.0.2 of env_ldlibrarypath_local for Interix 3.5.
env_ldlibrarypath_ssl-1.0.1-bin Version 1.0.1 of env_cflags_gcc for Interix 3.5.
env_manpath_local-1.0.7-bin Version 1.0.7 of env_manpath_local for Interix 3.5.
env_manpath_ssl-1.0.1-bin Version 1.0.1 of env_manpath_ssl for Interix 3.5.
env_path_local-1.0.4-bin Version 1.0.4 of env_path_local for Interix 3.5.
ftp-3.5d-bin Version 3.5d of ftp for Interix 3.5.
gzip-1.3.3.10.1-bin Version 1.3.3.10.1 of gzip for Interix 3.5.
jot-1.0-bin Version 1.0 of jot for Interix 3.5.
libcrypt-1.2.5-bin Version 1.2.5 of libcrypt for Interix 3.5.
ls-1.2.1-bin Version 1.2.1 of ls for Interix 3.5.
pax-1.5.3-bin Version 1.5.3 of pax for Interix 3.5.
pkg-2.4.2-bin Version 2.4.2 of pkg for Interix.
zlib-1.2.2b-bin Version 1.2.2b of zlib for Interix 3.5.

I guess next step is uninstalling and reinstalling the full SFU.

(in reply to Rodney)
Post #: 17
RE: Problem installing openssl-current - Aug. 1, '05, 6:43:37 PM   
Rodney

 

Posts: 3729
Joined: Jul. 9, '02,
From: /Tools lab
Status: offline
I'm on the road tomorrow. So I'll be back in "the lab" late night Tuesday.
I'll might have better luck replicating there your problem.
just FYI.

(in reply to eperea)
Post #: 18
RE: Problem installing openssl-current - Aug. 2, '05, 3:24:31 AM   
Helix

 

Posts: 4
Joined: Jul. 29, '05,
From: Luxembourg
Status: offline
uninstalling and reinstalling SFU brings nothing.. I had done that too..

(in reply to eperea)
Post #: 19
RE: Problem installing openssl-current - Aug. 4, '05, 11:05:46 AM   
Rodney

 

Posts: 3729
Joined: Jul. 9, '02,
From: /Tools lab
Status: offline
Eperea:
I've just had the chance to stare at the information here for a while
now that I'm nearly unburied to the pre-vacation level). One thing I
notice from your environmental variables is:

> PKG_PATH=/pkgs:ftp://ftp.interopsystems.com/pkgs/3.5

Try unsetting this (unsetenv) and then try doing the installation.
I'll try the reverse to see if this "helps" me replicate you situation.

(in reply to Helix)
Post #: 20
Page:   [1] 2   next >   >>
All Forums >> [SFU / Interix / SUA Technology] >> Tools Discussion Forum >> Problem installing openssl-current Page: [1] 2   next >   >>
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Search All Forums -

Advanced search


SPONSORS



Forum Software © ASPPlayground.NET Advanced Edition 2.5 ANSI

0.125