# Julia\_setup() not working with R 4.5.1 and Julia 1.11.6

**URL:** https://discourse.julialang.org/t/julia-setup-not-working-with-r-4-5-1-and-julia-1-11-6/132112
**Category:** General Usage
**Created:** [September 4, 2025, 10:31pm UTC](https://discourse.julialang.org/t/julia-setup-not-working-with-r-4-5-1-and-julia-1-11-6/132112 "2025-09-04T22:31:00Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![RobertDorazio](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/robertdorazio/32/218538_2.png) [@RobertDorazio](https://discourse.julialang.org/u/RobertDorazio)
#### Post date: [September 4, 2025, 10:31pm UTC](https://discourse.julialang.org/t/julia-setup-not-working-with-r-4-5-1-and-julia-1-11-6/132112/1 "2025-09-04T22:31:00Z")

</div>

My operating system is Ubuntu 24.04.

To ensure I had the most recent version of the R package “JuliaCall”, I installed “JuliaCall” from github as follows:

devtools::install\_github(“JuliaInterop/JuliaCall”)

The problem is that running julia\_setup() produces a segmentation fault. For example:

> library(JuliaCall)  
> julia\_setup(rebuild=TRUE)  
> Julia version 1.11.6 at location /home/robert/.julia/juliaup/julia-1.11.6+0.x64.linux.gnu/bin will be used.  
> Loading setup script for JuliaCall…  
> Finish loading setup script for JuliaCall.  
> Segmentation fault (core dumped)

Any help is much appreciated!

---

<div class="post-metadata">

### Author: ![palday](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/palday/32/12640_2.png) [@palday](https://discourse.julialang.org/u/palday)
#### Post date: [September 5, 2025, 11:56am UTC](https://discourse.julialang.org/t/julia-setup-not-working-with-r-4-5-1-and-julia-1-11-6/132112/2 "2025-09-05T11:56:09Z")

</div>

You might want to file an issue on GitHub: [GitHub · Where software is built](https://github.com/JuliaInterop/JuliaCall/issues)
