Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with precompiled pplatex: libpcreposix.so.3 #25

Open
MaximLeyenson opened this issue May 7, 2024 · 0 comments
Open

problem with precompiled pplatex: libpcreposix.so.3 #25

MaximLeyenson opened this issue May 7, 2024 · 0 comments

Comments

@MaximLeyenson
Copy link

MaximLeyenson commented May 7, 2024

First of all, thank you for writing pplatex!

Now, the details on the issue I encountered.

  1. Installing precompiled pplatex:
#apt-get install libpcre3 libpcre3-dev

$ gzip -d pplatex-1.0-rc2-linux.tar.gz ;    (tar xvf, etc)

I get the ELF binaries

      pplatex-1.0-rc2/bin/ppdflatex
      pplatex-1.0-rc2/bin/ppluatex
  1. Now, testing it:
     (getting some latex log file, then)
     $ ./pplatex -i main.log

I get

./pplatex: error while loading shared libraries: libpcreposix.so.3:
cannot open shared object file: No such file or directory

However, I do have these libraries:

$ dpkg -L libpcre3 | grep libpcreposix

 /usr/lib/x86_64-linux-gnu/libpcreposix.so.3.13.3
 /usr/lib/x86_64-linux-gnu/libpcreposix.so.3

$ dpkg -L libpcre3-dev | grep libpcreposix.so

   /usr/lib/x86_64-linux-gnu/libpcreposix.so

$ file /usr/lib/x86_64-linux-gnu/libpcreposix.so
/usr/lib/x86_64-linux-gnu/libpcreposix.so: symbolic link to
libpcreposix.so.3.13.3

Everything looks fine?

  1. My system:
$ uname -a
Linux buddha 5.15.0-105-generic #115-Ubuntu SMP Mon Apr 15 09:52:04 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

$ cat /etc/issue
Linux Mint 21.3 Virginia 
  1. (Update: I also had a problem with compiling the source code, too; I got the source code at the
    https://github.com/stefanhepp/pplatex/releases

But now I did $git clone and was able to compile pplatex successfully, so I finally have it working!)

Thank you again! Maxim.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant