Search Criteria
Package Details: scrt 9.6.3-0
Package Actions
Git Clone URL: | https://aur.archlinux.org/scrt.git (read-only, click to copy) |
---|---|
Package Base: | scrt |
Description: | Vandyke SecureCRT SSH Client |
Upstream URL: | http://www.vandyke.com/products/securecrt/ |
Keywords: | sftp ssh |
Licenses: | custom |
Submitter: | raymii |
Maintainer: | kazaii |
Last Packager: | kazaii |
Votes: | 12 |
Popularity: | 0.000009 |
First Submitted: | 2015-12-05 18:45 (UTC) |
Last Updated: | 2025-05-13 00:30 (UTC) |
Dependencies (20)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR, freetype2-qdoled-aw3225qfAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- icu74AUR
- krb5 (krb5-gitAUR)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-multimedia
- xcb-util-image
- xcb-util-keysyms
- xcb-util-renderutil
- xcb-util-wm
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 15 Next › Last »
enderst commented on 2021-05-04 18:37 (UTC)
The space before .so breaks the build.
install -Dm 755 ./libCommonUiQt.so ${pkgdir}/usr/lib/scrt/libCommonUiQt .so
gbcbooks commented on 2021-05-03 14:10 (UTC)
Is anyone know how to clean up free trial info for 30 days ?
GeBo commented on 2021-04-08 07:37 (UTC)
@ZEBofx: I can confirm that after installing pyenv (thanks for that!) and creating the symlink, I can execute Python scripts in SecureCRT 9.0.1.
I'll leave the environment as it is for now, as for me this is a workable workaround, atm.
Thanks again for your investigation and providing a workaround / temporary solution.
GeBo commented on 2021-04-07 19:46 (UTC)
@ZEBofx: Thank you so much for confirming and investigating further!
ZEBofx commented on 2021-04-06 07:59 (UTC) (edited on 2021-04-06 09:21 (UTC) by ZEBofx)
Hello,
What I have said, is wrong. I can make python work with scrt, but it works because pyenv build an independent environment, but if I delete it after copying the .so in scrt path, it does not work anymore. So I suspect that we need to build a full python installation in scrt, or play with LD_LIBRARY_PATH. Again, if anybody has an idea on how to build a packaged solution...
ZEBofx commented on 2021-04-05 10:54 (UTC) (edited on 2021-04-05 11:21 (UTC) by ZEBofx)
OK. I am able to make it work by using pyenv (so that I do not break the system installed version of python). And then :
env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install 3.8.7
sudo ln -s /home/XXXX/.pyenv/versions/3.8.7/lib/libpython3.8.so.1.0 /usr/lib/scrt/libpython3.8.so.1.0
But of course, this is not acceptable for a package... Being a newbie on creating arch package, I do not know how to solve this. Of course, we can probably copy the libpythonX.Y.so.1.0 in this package but I think it won't be a very nice solution. (I can confirm this work, but if anybody knows how to safe copy this libpython file so that we can embed it in the package that should be nice)
Any help welcome, here :)
ZEBofx commented on 2021-04-05 10:04 (UTC) (edited on 2021-04-05 10:35 (UTC) by ZEBofx)
@GeBo, hum right. Same problem here on manjaro, my python scripts are not working anymore : Unable to load the Python scripting engine.
What I see is libpython3Qt.so is looking for libpython3.8.so.1.0. So I have made a very dirty check :
sudo ln -s /usr/lib/libpython3.so /usr/lib/scrt/libpython3.8.so.1.0.
But now, I have a crash dump :
sys:1: RuntimeWarning: compiletime version 3.8 of module 'SecureCRT' does not match runtime version 3.9
I do not know how to fix this, for the moment.
GeBo commented on 2021-04-05 09:54 (UTC)
Question: am I the only one where the Python scripting is not working in version 9.x? With version 8 I have no problem at all, but with 9 I get an error message dialog: Unable to load the Python scripting engine.
I already emailed Van Dyke and they were very helpful, but could not provide a solution. They say they only support Python 3.8 (and Arch is on 3.9), but after downgrading to 3.8 I get the same error. And I use scripting extensively...
@caldog20: Thank you for taking the time to update this package in AUR!
chrisstm commented on 2021-04-03 12:52 (UTC)
thnx guys. worked ok.
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 15 Next › Last »