Bugzilla – Attachment 3321 Details for
Bug 3063
ssh connecting to IP address -- ssh_dispatch_run_fatal: unexpected internal error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
This may help, its my build script
update.sh (text/plain), 490 bytes, created by
Warren Lavallee
on 2019-09-05 13:59:08 AEST
(
hide
)
Description:
This may help, its my build script
Filename:
MIME Type:
Creator:
Warren Lavallee
Created:
2019-09-05 13:59:08 AEST
Size:
490 bytes
patch
obsolete
>#!/bin/bash > >git pull >make clean >./configure --with-ssl-dir=/usr/local > >echo "#define HAVE_GETLINE 1" >> config.h >echo "#define HAVE_BZERO 1" >> config.h >#sed -e 's/@MKDIR_P@/mkdir -pv/' < Makefile > Makefile.new >#if [ -s Makefile.new ]; then ># mv -fv Makefile.new Makefile >#fi > >make -j7 >compiledVersion="$(./ssh -V)" >installedVersion="$(ssh -V)" > >if [ "$compiledVersion" != "$installedVersion" ]; then > echo "Installing $compiledVersion over $installedVersion" > sudo make install >fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 3063
:
3317
|
3320
| 3321 |
3322
|
3323
|
3324
|
3325
|
3326