Please consider offering answers and suggestions to help other students!
And if you fix a problem by following a suggestion here,
it would be great if other interested students could see a short
"Great, fixed it!" followup message.
How do I ask a good question?
Displaying 48 tagged articles
Showing 48 of 503 articles.
Currently 1 other person reading this forum.
That's great news - though we should all be frustrated, and curious, when things 'start' to work without our knowing why. We generally need to know 'why', so that we can re-apply the knowledge the next time we have a similar problem.
But, of well. G...
Just tried the newest one and it FINALLY WORKED
Thanks for all the help
I don't know why it didn't work as I was doing the same things as before, but I'll just pass that up to computers being computers.
Glad to see cnet finally working ...
ANONYMOUS wrote
Glad that you solved it, though a shame that you had to re-install so many things to address what was probably a smaller problem too difficult to track down But you've chosen to stay with Windows-10, and not upgrade to 11?
I find it ...
Thanks for the reply Chris. I managed to get it working by doing a clean reinstall of Ubuntu WSL following https gist.github.com 4wk- 889b26043f519259ab60386ca13ba91b. Not quite sure what caused the issue but happy its working now.
ANONYMOUS wrote
A few other students have reported the same problem https secure.csse.uwa.edu.au run help3002?p np opt U54 hl segmentation
but it's proving very difficult to pin-down. There's been no reported problems on a native-Linux installatio...
I'm getting a segmentation fault when trying to run cnet on WSL2 ( 1 8874 segmentation fault usr local bin cnet). I've followed all the instructions with updating WSL and installing cnet, so unsure where the issue resides. Has anyone managed to res...
I'm surprised that you're still seeing this problem.
Have you downloaded and run the new installation script (from 16th March)?
Does your system have newly installed usr local lib libc .1.0.dylib and usr local lib libunwind.1.dylib ?
This new installation script unfortunately doesn't seem to work for me still.
On an M1 laptop and get the following error when running the cnet command
dyld 3082 Library not loaded rp t i c 1 d l b l b n i d 1 d l b ?
Referenced fro...
I have followed instructions to set up the VcXsrv X-server GUI. Although I launched it using X-launch, and ran shell export DISPLAY (cat etc resolv.conf grep nameserver awk ' print 2; exit; ') 0.0 , no GUI appeared for me.
For anyone still stuck using Apple Silicon, there's an updated installation script - https teaching.csse.uwa.edu.au units CITS3002 cnet downloads install-cnet.sh
that, if necessary, downloads and installs the libraries discussed in this thread.
Than...
Hello,
after making my cnet install script executable, I was unable to run it. At first it said I did not have permission, but I followed the steps of the other help forum and solved it. Now it says curl not found. Please see attached
Wondering if anyone has experienced any problems installing or running cnet on Intel-based macOS?
"No problems at all" is a valid response -)
If you encountered a problem, and fixed it, what was the problem and its solution?
Thank you,
posting this before Chris posts a solution. I followed this thread with the same problem and managed to get it working. Essentially goes like this
1. successfully execute . install-cnet.sh with no apparent problems, the error occurs when calling the ...
ANONYMOUS wrote
I'm try to understand and fix this problem; I'm confused why a (non-existent) library that my code is not dependent upon, is a show-stopper. Really hope to have a solution today.
Hopefully this doesn't send you down a rabbit-hole, but try this https teaching.csse.uwa.edu.au units CITS3002 cnet downloads libunwind.1.dylib
(I wish I knew why these libraries claim to be required - my code makes no reference to this (that's OK)...
I downloaded conda, so now I have on my machine opt anaconda3 lib libc .1.dylib. I made a symlink of that in usr local lib. That seemed to work, but now cnet says Library not loaded rp t i u w n . . y i . T i n i d l b a y i n t i o t a a...
When I run mdfind -name libc the following list appears
2024-03-12 13 09 56.049 mdfind 5473 151657 UserQueryParser Loading keywords and predicates for locale "en AU"
Library Developer CommandLineTools SDKs MacOSX13.3.sdk usr lib libc experim...
ANONYMOUS wrote
Still trying to resolve this one.
I can't understand why your linker is looking in System Volumes Preboot Cryptexes ... for anything, unless you knowingly have an environment variable set, such as LD LIBRARY PATH
Does u...
ANONYMOUS wrote
Thanks very much for that
I have updated the installation instructions here - https teaching.csse.uwa.edu.au units CITS3002 cnet install.php
If others 'uncover' additional packages that are required, please send the details to me. G...
I have found a solution
Ubuntu needs to be updated to 23.10. To do this, run sudo apt update sudo apt upgrade -y . Once this has completed, run sudo do-release-upgrade and you'll be prompted to edit the file etc update-manager release...
I just tested it with a fresh install of Ubuntu 22.04 in WSL 2, and ran sudo apt update sudo apt upgrade -y , and it updated everything. When I run ldd -v usr local bin cnet grep libm.so , I get the output
usr local bin cnet lib x86...
I'm having the same issue
usr local bin cnet lib x86 64-linux-gnu libm.so.6 version GLIBC 2.38' not found (required by usr local bin cnet)
usr local bin cnet lib x86 64-linux-gnu libc.so.6 version GLIBC 2.33' not found (required by usr loca...
ANONYMOUS wrote
You should be able to see your version with cat etc os-release
Here's my thinking while your system has shared libraries for libm, libc, and libstdc (reported by ldd )
the error message suggests that your system has an...
I have installed Xcode from the App Store and the Command Line Tools directly from Apple Developer website.
The following is the result
xcode-select -p
Applications Xcode.app Contents Developer
ANONYMOUS wrote
As we try to sort this out, please don't mix up topics - your comment, above, doesn't match this thread's Subject line.
Not sure what you mean by 'compile-time issue'. Do you mean on my end, when building the pre-built binaries?
I think that your macOS systems have Xcode installed (as required), but not the Command Line Tools. You can install them with
xcode-select --install
and then xcode-select -p should report their location.
It's installed (seemingly) correctly on macOS Sonoma on M2; however I'm having the same trouble as at least one other poster regarding missing libc .1.dylib.
I did try on a Debian machine and had the same problem regarding missing GLIBC; have not yet...
I'm using Ubuntu (I think 22.04)
Here's the output
usr local bin cnet lib x86 64-linux-gnu libm.so.6 version GLIBC 2.38' not found (required by usr local bin cnet)
usr local bin cnet lib x86 64-linux-gnu libc.so.6 version GLIBC 2.38' not ...
I'm trying to install Cnet on my Macbook pro 2020 (M1). I have run install-cnet.sh with no issues getting the following output
downloading cnet-Darwin-arm64
installing executable as usr local bin cnet
downloading cnet-lib.tgz
installing resources ...
What Linux distribution are you running inside WSL-2 ?
It's rather unusual for a Linux distribution not to come with glibc.
Can you provide the full (long) output from ldd usr local bin cnet on your system?
It should show what's installed, and w...
Thanks for the response. I have tried that, and now when I run Cnet, I get
usr local bin cnet lib x86 64-linux-gnu libm.so.6 version GLIBC 2.38' not found (required by usr local bin cnet)
usr local bin cnet lib x86 64-linux-gnu libc.so.6 ...
I don't really know what that file is for, but the web suggests to install a package with
shell sudo apt install libxkbcommon0
( https packages.ubuntu.com mantic i386 libxkbcommon0 filelist )
??
I'm trying to install Cnet on WSL 2 in Windows 11. I have build-essential installed, and have run the install-cnet.sh file, getting the following output
trap SIGINT bad trap
downloading cnet-Linux-x86 64
installing executable as usr local bin...
Hi
I'm trying to have a look at labsheet2 for this week, and I'm unable to install cnet.
The link provided to the install-cnet.sh script seems to be unavailable at the moment (10 3 13 26) - I'm assuming entirely that this is unintentional
I've upload...