lazarusllong / sqlcl-package

Oracle SQL Developer Command-Line Debian package builder
0 stars 1 forks source link

What is an example command line to get this working? #1

Open dalemccrory opened 5 years ago

dalemccrory commented 5 years ago

I'm trying to install SQLcl on my Chromebook (with the Linux support). I'm not getting any error but it's also not completing... Is there something I'm doing wrong?

dale@penguin:~$ sudo /usr/bin/make-sqlcl-package ./sqlcl-18.3.0.259.2029.zip 
make-sqlcl-package 0.1.1 Copyright © 2017-2018 Lazarus Long
Debian package builder and installer for Oracle SQL Developer Command-Line

Environment variables are:
        DEBFULLNAME=""
        DEBEMAIL="root@penguin"
Active flags are: (none)
Creating work directory "/tmp/tmp.kFJzdBOvbq" ... done!
Creating build installation directory "/tmp/tmp.kFJzdBOvbq/sqlcl" ... done!
Extracting upstream archive "./sqlcl-18.3.0.259.2029.zip" to "/tmp/tmp.kFJzdBOvbq/sqlcl" ... done!
Obtaining upstream full version: dale@penguin:~$ 
jdemonasterio commented 5 years ago

Same here with Ubuntu19, did you get it to work @dalemccrory ? I'm just dreading sqlplus :roll_eyes:

gkotian commented 3 years ago

I ran into this problem today, while trying to install sqlcl on ubuntu 18.04.

The last thing the script prints is this, after which it probably exits at this line because it can't find the jar file. At least in my case there was no oracle.sqldeveloper.sqlcl.jar file in the lib directory.

Finally I gave up trying to run make-sqlcl-package altogether. I simply unzipped the downloaded sqlcl archive and ran the sqlcl/bin/sql bash script which seemed to work. Hope this helps someone :)

p.s: there's a typo JRFILE on this line if someone wants to make a PR.