8 More Discussions You Might Find Interesting
1. UNIX for Beginners Questions & Answers
Hello, I'm currently following a tutorial for ClamAV with a lambda function.
The tutorial has a shell script with the following:
#!/usr/bin/env bash
set -e
LAMBDA_FILE="lambda.zip"
rm -f ${LAMBDA_FILE}
mkdir -p clamav
echo "-- Downloading AmazonLinux container --"
docker pull... (1 Reply)
Discussion started by: ottorocket18
1 Replies
2. Programming
This is the first time that I created a dynamic library in linux and although the program works, I do not get the correct information about the library when executing ldd.
I explain the details:
1) Source code:
bye_fn.c:
#include <stdio.h>
#include "hello.h"
void bye (const char*... (9 Replies)
Discussion started by: jose_spain
9 Replies
3. UNIX for Beginners Questions & Answers
I would like to know how or if I could use python packages/libraries meant for linux on windows. In particular there is a soya3d game engine for python but I can only find downloads for linux. Yet I want to create programs with it that work on windows. (python 3) (1 Reply)
Discussion started by: Sprotz
1 Replies
4. Programming
im used to windows dll which gets loaded at runtime, are static libraries the same? the ones i link with -l on gcc?
i mean, if my app used libpng for example, and i compiled it to a single ELF executable and took it to another pc that have no libpng on it, will it work? or it will complain... (2 Replies)
Discussion started by: JonhyM
2 Replies
5. UNIX for Advanced & Expert Users
Hi all
I hope I am posting in the right section. If not please excuse me and redirect me to the right section.
Here is my problem:
I am using a shared hosting plan at Godady. I have shell access and of course my own folder.
I would like to be able to install programs in my own folder... (4 Replies)
Discussion started by: PiniFarini
4 Replies
6. UNIX for Advanced & Expert Users
Hello,
I'm wondering what is the naming conventions for *.so shared libraries in linux. For example, a library in /lib, say libcrypt-2.7.so has a symbolic link called libcrypt.so.1 pointing to it, yet libncursesw.so.5.6 has a symbolic link called libncursesw.so.5 pointing to it. What is the... (2 Replies)
Discussion started by: neked
2 Replies
7. UNIX for Dummies Questions & Answers
Hello ALL,
I am not very sure about the following two questions, I have install some packages on my Linux system, though.
Q1. Should I log in as root to install a software package on a Linux system?
Q2. If I log in as a common user, say 'Mike', and install a software on Mike's home... (1 Reply)
Discussion started by: cy163
1 Replies
8. Programming
anybody knows how to view loaded shared libraries by running processes in linux enviornment? any command or tool ?
thanks a lot (3 Replies)
Discussion started by: princelinux
3 Replies